Html Css Color HEX #28792E Japanese Laurel

📋 copy color: '#28792E'

red 40 ◦ green 121 ◦ blue 46

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

Shades of Japanese Laurel #28792E

Tints of Japanese Laurel #28792E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 58.45%

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

R = 19.32%
G = 58.45%
B = 22.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#28792E (or 0x28792E) is known color: Japanese Laurel. HEX triplet: 28, 79 and 2E. RGB value is (40,121,46). Sum of RGB (Red+Green+Blue) = 40+121+46=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #28792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28792E is #D786D1. Grayscale: #585858. Windows color (decimal): -14124754 or 3045672. OLE color: 3045672.

HSL color Cylindrical-coordinate representation of color #28792E: hue angle of 124.44º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #28792E is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 121 46 -
CMYK 0.67 0 0.62 0.53
HSL 124.44º 0.5% 0.32% -
HSV(B) 124.44º 0.67% 0.47% -
XYZ 8.21 14.32 4.92 -
YUV 88.23 104.16 93.6 -
System Red Green Blue C M Y K H S L
Decimal 40 121 46 0.67 0 0.62 0.53 124.44 0.5 0.32
Hex 28 79 2E 43 0 3E 35 7C 32 20
Octal 50 171 56 103 0 76 65 174 62 40
Binary 101000 1111001 101110 1000011 0 111110 110101 1111100 110010 100000

Color Harmonies of #28792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28792E

Black with #28792E

Text Example


Text Example

White with #28792E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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