Html Css Color HEX #28813B Japanese Laurel

📋 copy color: '#28813B'

red 40 ◦ green 129 ◦ blue 59

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

Shades of Japanese Laurel #28813B

Tints of Japanese Laurel #28813B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.88%

R = 17.54%
G = 56.58%
B = 25.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#28813B (or 0x28813B) is known color: Japanese Laurel. HEX triplet: 28, 81 and 3B. RGB value is (40,129,59). Sum of RGB (Red+Green+Blue) = 40+129+59=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 129 (50.78% from 255 or 56.58% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 129 - color contains mainly: green. Hex color #28813B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28813B is #D77EC4. Grayscale: #5E5E5E. Windows color (decimal): -14122693 or 3899688. OLE color: 3899688.

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

Color convert

RGB 40 129 59 -
CMYK 0.69 0 0.54 0.49
HSL 132.81º 0.53% 0.33% -
HSV(B) 132.81º 0.69% 0.51% -
XYZ 9.51 16.47 6.81 -
YUV 94.41 108.01 89.19 -
System Red Green Blue C M Y K H S L
Decimal 40 129 59 0.69 0 0.54 0.49 132.81 0.53 0.33
Hex 28 81 3B 45 0 36 31 85 35 21
Octal 50 201 73 105 0 66 61 205 65 41
Binary 101000 10000001 111011 1000101 0 110110 110001 10000101 110101 100001

Color Harmonies of #28813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28813B

Black with #28813B

Text Example


Text Example

White with #28813B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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