Html Css Color HEX #28762D Japanese Laurel

📋 copy color: '#28762D'

red 40 ◦ green 118 ◦ blue 45

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

Shades of Japanese Laurel #28762D

Tints of Japanese Laurel #28762D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.17%

R = 19.7%
G = 58.13%
B = 22.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#28762D (or 0x28762D) is known color: Japanese Laurel. HEX triplet: 28, 76 and 2D. RGB value is (40,118,45). Sum of RGB (Red+Green+Blue) = 40+118+45=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #28762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28762D is #D789D2. Grayscale: #565656. Windows color (decimal): -14125523 or 2979368. OLE color: 2979368.

HSL color Cylindrical-coordinate representation of color #28762D: hue angle of 123.85º 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 #28762D is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 118 45 -
CMYK 0.66 0 0.62 0.54
HSL 123.85º 0.49% 0.31% -
HSV(B) 123.85º 0.66% 0.46% -
XYZ 7.83 13.6 4.69 -
YUV 86.36 104.66 94.94 -
System Red Green Blue C M Y K H S L
Decimal 40 118 45 0.66 0 0.62 0.54 123.85 0.49 0.31
Hex 28 76 2D 42 0 3E 36 7C 31 1F
Octal 50 166 55 102 0 76 66 174 61 37
Binary 101000 1110110 101101 1000010 0 111110 110110 1111100 110001 11111

Color Harmonies of #28762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28762D

Black with #28762D

Text Example


Text Example

White with #28762D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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