Html Css Color HEX #28812C Japanese Laurel

📋 copy color: '#28812C'

red 40 ◦ green 129 ◦ blue 44

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

Shades of Japanese Laurel #28812C

Tints of Japanese Laurel #28812C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.56%

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

R = 18.78%
G = 60.56%
B = 20.66%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#28812C (or 0x28812C) is known color: Japanese Laurel. HEX triplet: 28, 81 and 2C. RGB value is (40,129,44). Sum of RGB (Red+Green+Blue) = 40+129+44=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #28812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28812C is #D77ED3. Grayscale: #5C5C5C. Windows color (decimal): -14122708 or 2916648. OLE color: 2916648.

HSL color Cylindrical-coordinate representation of color #28812C: hue angle of 122.7º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28812C is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 129 44 -
CMYK 0.69 0 0.66 0.49
HSL 122.7º 0.53% 0.33% -
HSV(B) 122.7º 0.69% 0.51% -
XYZ 9.18 16.33 5.05 -
YUV 92.7 100.51 90.41 -
System Red Green Blue C M Y K H S L
Decimal 40 129 44 0.69 0 0.66 0.49 122.7 0.53 0.33
Hex 28 81 2C 45 0 42 31 7B 35 21
Octal 50 201 54 105 0 102 61 173 65 41
Binary 101000 10000001 101100 1000101 0 1000010 110001 1111011 110101 100001

Color Harmonies of #28812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28812C

Black with #28812C

Text Example


Text Example

White with #28812C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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