Html Css Color HEX #28782D Japanese Laurel

📋 copy color: '#28782D'

red 40 ◦ green 120 ◦ blue 45

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

Shades of Japanese Laurel #28782D

Tints of Japanese Laurel #28782D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 58.54%

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

R = 19.51%
G = 58.54%
B = 21.95%

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

#28782D (or 0x28782D) is known color: Japanese Laurel. HEX triplet: 28, 78 and 2D. RGB value is (40,120,45). Sum of RGB (Red+Green+Blue) = 40+120+45=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #28782D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28782D is #D787D2. Grayscale: #575757. Windows color (decimal): -14125011 or 2979880. OLE color: 2979880.

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

Color convert

RGB 40 120 45 -
CMYK 0.67 0 0.63 0.53
HSL 123.75º 0.5% 0.31% -
HSV(B) 123.75º 0.67% 0.47% -
XYZ 8.07 14.07 4.77 -
YUV 87.53 104 94.1 -
System Red Green Blue C M Y K H S L
Decimal 40 120 45 0.67 0 0.63 0.53 123.75 0.5 0.31
Hex 28 78 2D 43 0 3F 35 7C 32 1F
Octal 50 170 55 103 0 77 65 174 62 37
Binary 101000 1111000 101101 1000011 0 111111 110101 1111100 110010 11111

Color Harmonies of #28782D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28782D

Black with #28782D

Text Example


Text Example

White with #28782D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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