Html Css Color HEX #28813C Japanese Laurel

📋 copy color: '#28813C'

red 40 ◦ green 129 ◦ blue 60

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

Shades of Japanese Laurel #28813C

Tints of Japanese Laurel #28813C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 17.47%
G = 56.33%
B = 26.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#28813C (or 0x28813C) is known color: Japanese Laurel. HEX triplet: 28, 81 and 3C. RGB value is (40,129,60). Sum of RGB (Red+Green+Blue) = 40+129+60=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #28813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28813C is #D77EC3. Grayscale: #5E5E5E. Windows color (decimal): -14122692 or 3965224. OLE color: 3965224.

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

Color convert

RGB 40 129 60 -
CMYK 0.69 0 0.53 0.49
HSL 133.48º 0.53% 0.33% -
HSV(B) 133.48º 0.69% 0.51% -
XYZ 9.54 16.48 6.95 -
YUV 94.52 108.51 89.11 -
System Red Green Blue C M Y K H S L
Decimal 40 129 60 0.69 0 0.53 0.49 133.48 0.53 0.33
Hex 28 81 3C 45 0 35 31 85 35 21
Octal 50 201 74 105 0 65 61 205 65 41
Binary 101000 10000001 111100 1000101 0 110101 110001 10000101 110101 100001

Color Harmonies of #28813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28813C

Black with #28813C

Text Example


Text Example

White with #28813C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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