Html Css Color HEX #28751E Japanese Laurel

📋 copy color: '#28751E'

red 40 ◦ green 117 ◦ blue 30

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

Shades of Japanese Laurel #28751E

Tints of Japanese Laurel #28751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.57%

 BLUE value IS 30 (12.11% from 255) = 16.04%

R = 21.39%
G = 62.57%
B = 16.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#28751E (or 0x28751E) is known color: Japanese Laurel. HEX triplet: 28, 75 and 1E. RGB value is (40,117,30). Sum of RGB (Red+Green+Blue) = 40+117+30=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 117 (46.09% from 255 or 62.57% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 117 - color contains mainly: green. Hex color #28751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28751E is #D78AE1. Grayscale: #545454. Windows color (decimal): -14125794 or 1996072. OLE color: 1996072.

HSL color Cylindrical-coordinate representation of color #28751E: hue angle of 113.1º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28751E is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 117 30 -
CMYK 0.66 0 0.74 0.54
HSL 113.1º 0.59% 0.29% -
HSV(B) 113.1º 0.74% 0.46% -
XYZ 7.47 13.27 3.4 -
YUV 84.06 97.49 96.57 -
System Red Green Blue C M Y K H S L
Decimal 40 117 30 0.66 0 0.74 0.54 113.1 0.59 0.29
Hex 28 75 1E 42 0 4A 36 71 3B 1D
Octal 50 165 36 102 0 112 66 161 73 35
Binary 101000 1110101 11110 1000010 0 1001010 110110 1110001 111011 11101

Color Harmonies of #28751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28751E

Black with #28751E

Text Example


Text Example

White with #28751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28751E; }

 p { color: rgb(40,117,30); }

 H1.HeaderClassName
 {
   color: #28751E;
 }
 .AnyTagClassName
 {
   color: #28751E;
 }
</style>

background-color css

<style>
 a { background-color: #28751E; }

 a { background-color: rgb(40,117,30); }

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

border-color css

<style>
 span { border-color: #28751E; }

 span { border-color: rgb(40,117,30); }

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