Html Css Color HEX #28792D Japanese Laurel

📋 copy color: '#28792D'

red 40 ◦ green 121 ◦ blue 45

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

Shades of Japanese Laurel #28792D

Tints of Japanese Laurel #28792D

RGB

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

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

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

R = 19.42%
G = 58.74%
B = 21.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#28792D (or 0x28792D) is known color: Japanese Laurel. HEX triplet: 28, 79 and 2D. RGB value is (40,121,45). Sum of RGB (Red+Green+Blue) = 40+121+45=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 121 (47.66% from 255 or 58.74% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 121 - color contains mainly: green. Hex color #28792D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28792D is #D786D2. Grayscale: #585858. Windows color (decimal): -14124755 or 2980136. OLE color: 2980136.

HSL color Cylindrical-coordinate representation of color #28792D: hue angle of 123.7º 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 #28792D is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 121 45 -
CMYK 0.67 0 0.63 0.53
HSL 123.7º 0.5% 0.32% -
HSV(B) 123.7º 0.67% 0.47% -
XYZ 8.19 14.32 4.81 -
YUV 88.12 103.66 93.68 -
System Red Green Blue C M Y K H S L
Decimal 40 121 45 0.67 0 0.63 0.53 123.7 0.5 0.32
Hex 28 79 2D 43 0 3F 35 7C 32 20
Octal 50 171 55 103 0 77 65 174 62 40
Binary 101000 1111001 101101 1000011 0 111111 110101 1111100 110010 100000

Color Harmonies of #28792D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28792D

Black with #28792D

Text Example


Text Example

White with #28792D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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