Html Css Color HEX #28741E Japanese Laurel

📋 copy color: '#28741E'

red 40 ◦ green 116 ◦ blue 30

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

Shades of Japanese Laurel #28741E

Tints of Japanese Laurel #28741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 62.37%

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

R = 21.51%
G = 62.37%
B = 16.13%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#28741E (or 0x28741E) is known color: Japanese Laurel. HEX triplet: 28, 74 and 1E. RGB value is (40,116,30). Sum of RGB (Red+Green+Blue) = 40+116+30=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 116 (45.70% from 255 or 62.37% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 116 - color contains mainly: green. Hex color #28741E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28741E is #D78BE1. Grayscale: #535353. Windows color (decimal): -14126050 or 1995816. OLE color: 1995816.

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

Color convert

RGB 40 116 30 -
CMYK 0.66 0 0.74 0.55
HSL 113.02º 0.59% 0.29% -
HSV(B) 113.02º 0.74% 0.45% -
XYZ 7.35 13.04 3.36 -
YUV 83.47 97.82 96.99 -
System Red Green Blue C M Y K H S L
Decimal 40 116 30 0.66 0 0.74 0.55 113.02 0.59 0.29
Hex 28 74 1E 42 0 4A 37 71 3B 1D
Octal 50 164 36 102 0 112 67 161 73 35
Binary 101000 1110100 11110 1000010 0 1001010 110111 1110001 111011 11101

Color Harmonies of #28741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28741E

Black with #28741E

Text Example


Text Example

White with #28741E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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