Html Css Color HEX #28782E Japanese Laurel

📋 copy color: '#28782E'

red 40 ◦ green 120 ◦ blue 46

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

Shades of Japanese Laurel #28782E

Tints of Japanese Laurel #28782E

RGB

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

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

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

R = 19.42%
G = 58.25%
B = 22.33%

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

#28782E (or 0x28782E) is known color: Japanese Laurel. HEX triplet: 28, 78 and 2E. RGB value is (40,120,46). Sum of RGB (Red+Green+Blue) = 40+120+46=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #28782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28782E is #D787D1. Grayscale: #575757. Windows color (decimal): -14125010 or 3045416. OLE color: 3045416.

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

Color convert

RGB 40 120 46 -
CMYK 0.67 0 0.62 0.53
HSL 124.5º 0.5% 0.31% -
HSV(B) 124.5º 0.67% 0.47% -
XYZ 8.08 14.08 4.88 -
YUV 87.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 40 120 46 0.67 0 0.62 0.53 124.5 0.5 0.31
Hex 28 78 2E 43 0 3E 35 7C 32 1F
Octal 50 170 56 103 0 76 65 174 62 37
Binary 101000 1111000 101110 1000011 0 111110 110101 1111100 110010 11111

Color Harmonies of #28782E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28782E

Black with #28782E

Text Example


Text Example

White with #28782E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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