Html Css Color HEX #28762E Japanese Laurel

📋 copy color: '#28762E'

red 40 ◦ green 118 ◦ blue 46

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

Shades of Japanese Laurel #28762E

Tints of Japanese Laurel #28762E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.55%

R = 19.61%
G = 57.84%
B = 22.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#28762E (or 0x28762E) is known color: Japanese Laurel. HEX triplet: 28, 76 and 2E. RGB value is (40,118,46). Sum of RGB (Red+Green+Blue) = 40+118+46=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #28762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28762E is #D789D1. Grayscale: #565656. Windows color (decimal): -14125522 or 3044904. OLE color: 3044904.

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

Color convert

RGB 40 118 46 -
CMYK 0.66 0 0.61 0.54
HSL 124.62º 0.49% 0.31% -
HSV(B) 124.62º 0.66% 0.46% -
XYZ 7.85 13.61 4.8 -
YUV 86.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 40 118 46 0.66 0 0.61 0.54 124.62 0.49 0.31
Hex 28 76 2E 42 0 3D 36 7D 31 1F
Octal 50 166 56 102 0 75 66 175 61 37
Binary 101000 1110110 101110 1000010 0 111101 110110 1111101 110001 11111

Color Harmonies of #28762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28762E

Black with #28762E

Text Example


Text Example

White with #28762E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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