Html Css Color HEX #287730 Japanese Laurel

📋 copy color: '#287730'

red 40 ◦ green 119 ◦ blue 48

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

Shades of Japanese Laurel #287730

Tints of Japanese Laurel #287730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.49%

 BLUE value IS 48 (19.14% from 255) = 23.19%

R = 19.32%
G = 57.49%
B = 23.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#287730 (or 0x287730) is known color: Japanese Laurel. HEX triplet: 28, 77 and 30. RGB value is (40,119,48). Sum of RGB (Red+Green+Blue) = 40+119+48=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #287730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287730 is #D788CF. Grayscale: #575757. Windows color (decimal): -14125264 or 3176232. OLE color: 3176232.

HSL color Cylindrical-coordinate representation of color #287730: hue angle of 126.08º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287730 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 119 48 -
CMYK 0.66 0 0.60 0.53
HSL 126.08º 0.5% 0.31% -
HSV(B) 126.08º 0.66% 0.47% -
XYZ 8.01 13.86 5.05 -
YUV 87.29 105.83 94.27 -
System Red Green Blue C M Y K H S L
Decimal 40 119 48 0.66 0 0.60 0.53 126.08 0.5 0.31
Hex 28 77 30 42 0 3C 35 7E 32 1F
Octal 50 167 60 102 0 74 65 176 62 37
Binary 101000 1110111 110000 1000010 0 111100 110101 1111110 110010 11111

Color Harmonies of #287730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287730

Black with #287730

Text Example


Text Example

White with #287730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287730; }

 p { color: rgb(40,119,48); }

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

background-color css

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

 a { background-color: rgb(40,119,48); }

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

border-color css

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

 span { border-color: rgb(40,119,48); }

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