Html Css Color HEX #28812D Japanese Laurel

📋 copy color: '#28812D'

red 40 ◦ green 129 ◦ blue 45

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

Shades of Japanese Laurel #28812D

Tints of Japanese Laurel #28812D

RGB

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

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

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

R = 18.69%
G = 60.28%
B = 21.03%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#28812D (or 0x28812D) is known color: Japanese Laurel. HEX triplet: 28, 81 and 2D. RGB value is (40,129,45). Sum of RGB (Red+Green+Blue) = 40+129+45=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #28812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28812D is #D77ED2. Grayscale: #5D5D5D. Windows color (decimal): -14122707 or 2982184. OLE color: 2982184.

HSL color Cylindrical-coordinate representation of color #28812D: hue angle of 123.37º 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 #28812D is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 129 45 -
CMYK 0.69 0 0.65 0.49
HSL 123.37º 0.53% 0.33% -
HSV(B) 123.37º 0.69% 0.51% -
XYZ 9.2 16.34 5.15 -
YUV 92.81 101.01 90.33 -
System Red Green Blue C M Y K H S L
Decimal 40 129 45 0.69 0 0.65 0.49 123.37 0.53 0.33
Hex 28 81 2D 45 0 41 31 7B 35 21
Octal 50 201 55 105 0 101 61 173 65 41
Binary 101000 10000001 101101 1000101 0 1000001 110001 1111011 110101 100001

Color Harmonies of #28812D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28812D

Black with #28812D

Text Example


Text Example

White with #28812D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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