Html Css Color HEX #288738 Japanese Laurel

📋 copy color: '#288738'

red 40 ◦ green 135 ◦ blue 56

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

Shades of Japanese Laurel #288738

Tints of Japanese Laurel #288738

RGB

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

 GREEN value IS 135 (53.13% from 255) = 58.44%

 BLUE value IS 56 (22.27% from 255) = 24.24%

R = 17.32%
G = 58.44%
B = 24.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#288738 (or 0x288738) is known color: Japanese Laurel. HEX triplet: 28, 87 and 38. RGB value is (40,135,56). Sum of RGB (Red+Green+Blue) = 40+135+56=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #288738 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #288738 is #D778C7. Grayscale: #616161. Windows color (decimal): -14121160 or 3704616. OLE color: 3704616.

HSL color Cylindrical-coordinate representation of color #288738: hue angle of 130.11º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288738 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 135 56 -
CMYK 0.70 0 0.59 0.47
HSL 130.11º 0.54% 0.34% -
HSV(B) 130.11º 0.7% 0.53% -
XYZ 10.25 18.06 6.69 -
YUV 97.59 104.53 86.92 -
System Red Green Blue C M Y K H S L
Decimal 40 135 56 0.70 0 0.59 0.47 130.11 0.54 0.34
Hex 28 87 38 46 0 3B 2F 82 36 22
Octal 50 207 70 106 0 73 57 202 66 42
Binary 101000 10000111 111000 1000110 0 111011 101111 10000010 110110 100010

Color Harmonies of #288738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288738

Black with #288738

Text Example


Text Example

White with #288738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288738; }

 p { color: rgb(40,135,56); }

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

background-color css

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

 a { background-color: rgb(40,135,56); }

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

border-color css

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

 span { border-color: rgb(40,135,56); }

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