Html Css Color HEX #28762C Japanese Laurel

📋 copy color: '#28762C'

red 40 ◦ green 118 ◦ blue 44

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

Shades of Japanese Laurel #28762C

Tints of Japanese Laurel #28762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.42%

 BLUE value IS 44 (17.58% from 255) = 21.78%

R = 19.8%
G = 58.42%
B = 21.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#28762C (or 0x28762C) is known color: Japanese Laurel. HEX triplet: 28, 76 and 2C. RGB value is (40,118,44). Sum of RGB (Red+Green+Blue) = 40+118+44=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #28762C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28762C is #D789D3. Grayscale: #565656. Windows color (decimal): -14125524 or 2913832. OLE color: 2913832.

HSL color Cylindrical-coordinate representation of color #28762C: hue angle of 123.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28762C is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 118 44 -
CMYK 0.66 0 0.63 0.54
HSL 123.08º 0.49% 0.31% -
HSV(B) 123.08º 0.66% 0.46% -
XYZ 7.81 13.59 4.59 -
YUV 86.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 40 118 44 0.66 0 0.63 0.54 123.08 0.49 0.31
Hex 28 76 2C 42 0 3F 36 7B 31 1F
Octal 50 166 54 102 0 77 66 173 61 37
Binary 101000 1110110 101100 1000010 0 111111 110110 1111011 110001 11111

Color Harmonies of #28762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28762C

Black with #28762C

Text Example


Text Example

White with #28762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28762C; }

 p { color: rgb(40,118,44); }

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

background-color css

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

 a { background-color: rgb(40,118,44); }

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

border-color css

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

 span { border-color: rgb(40,118,44); }

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