Html Css Color HEX #28782C Japanese Laurel

📋 copy color: '#28782C'

red 40 ◦ green 120 ◦ blue 44

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

Shades of Japanese Laurel #28782C

Tints of Japanese Laurel #28782C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.57%

R = 19.61%
G = 58.82%
B = 21.57%

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

#28782C (or 0x28782C) is known color: Japanese Laurel. HEX triplet: 28, 78 and 2C. RGB value is (40,120,44). Sum of RGB (Red+Green+Blue) = 40+120+44=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 120 (47.27% from 255 or 58.82% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 120 - color contains mainly: green. Hex color #28782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28782C is #D787D3. Grayscale: #575757. Windows color (decimal): -14125012 or 2914344. OLE color: 2914344.

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

Color convert

RGB 40 120 44 -
CMYK 0.67 0 0.63 0.53
HSL 123º 0.5% 0.31% -
HSV(B) 123º 0.67% 0.47% -
XYZ 8.05 14.07 4.67 -
YUV 87.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 40 120 44 0.67 0 0.63 0.53 123 0.5 0.31
Hex 28 78 2C 43 0 3F 35 7B 32 1F
Octal 50 170 54 103 0 77 65 173 62 37
Binary 101000 1111000 101100 1000011 0 111111 110101 1111011 110010 11111

Color Harmonies of #28782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28782C

Black with #28782C

Text Example


Text Example

White with #28782C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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