Html Css Color HEX #288F3D Japanese Laurel

📋 copy color: '#288F3D'

red 40 ◦ green 143 ◦ blue 61

#288F3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #288F3D

Tints of Japanese Laurel #288F3D

RGB

 RED value IS 40 (16.02% from 255) = 16.39%

 GREEN value IS 143 (56.25% from 255) = 58.61%

 BLUE value IS 61 (24.22% from 255) = 25%

R = 16.39%
G = 58.61%
B = 25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#288F3D (or 0x288F3D) is known color: Japanese Laurel. HEX triplet: 28, 8F and 3D. RGB value is (40,143,61). Sum of RGB (Red+Green+Blue) = 40+143+61=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 143 (56.25% from 255 or 58.61% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 143 - color contains mainly: green. Hex color #288F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288F3D is #D770C2. Grayscale: #676767. Windows color (decimal): -14119107 or 4034344. OLE color: 4034344.

HSL color Cylindrical-coordinate representation of color #288F3D: hue angle of 132.23º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288F3D is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 143 61 -
CMYK 0.72 0 0.57 0.44
HSL 132.23º 0.56% 0.36% -
HSV(B) 132.23º 0.72% 0.56% -
XYZ 11.54 20.43 7.75 -
YUV 102.86 104.38 83.17 -
System Red Green Blue C M Y K H S L
Decimal 40 143 61 0.72 0 0.57 0.44 132.23 0.56 0.36
Hex 28 8F 3D 48 0 39 2C 84 38 24
Octal 50 217 75 110 0 71 54 204 70 44
Binary 101000 10001111 111101 1001000 0 111001 101100 10000100 111000 100100

Color Harmonies of #288F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288F3D

Black with #288F3D

Text Example


Text Example

White with #288F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288F3D; }

 p { color: rgb(40,143,61); }

 H1.HeaderClassName
 {
   color: #288F3D;
 }
 .AnyTagClassName
 {
   color: #288F3D;
 }
</style>

background-color css

<style>
 a { background-color: #288F3D; }

 a { background-color: rgb(40,143,61); }

 div.DivClassName
 {
   background-color: #288F3D;
 }
 .BgClassName
 {
   background-color: #288F3D;
 }
</style>

border-color css

<style>
 span { border-color: #288F3D; }

 span { border-color: rgb(40,143,61); }

 td.TdClassName
 {
   border-color: #288F3D;
 }
 .TagClassName
 {
   border-color: #288F3D;
 }
</style>