Html Css Color HEX #2F7228 Japanese Laurel

📋 copy color: '#2F7228'

red 47 ◦ green 114 ◦ blue 40

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

Shades of Japanese Laurel #2F7228

Tints of Japanese Laurel #2F7228

RGB

 RED value IS 47 (18.75% from 255) = 23.38%

 GREEN value IS 114 (44.92% from 255) = 56.72%

 BLUE value IS 40 (16.02% from 255) = 19.9%

R = 23.38%
G = 56.72%
B = 19.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#2F7228 (or 0x2F7228) is known color: Japanese Laurel. HEX triplet: 2F, 72 and 28. RGB value is (47,114,40). Sum of RGB (Red+Green+Blue) = 47+114+40=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #2F7228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7228 is #D08DD7. Grayscale: #555555. Windows color (decimal): -13667800 or 2650671. OLE color: 2650671.

HSL color Cylindrical-coordinate representation of color #2F7228: hue angle of 114.32º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7228 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 47 114 40 -
CMYK 0.59 0 0.65 0.55
HSL 114.32º 0.48% 0.3% -
HSV(B) 114.32º 0.65% 0.45% -
XYZ 7.57 12.79 4.08 -
YUV 85.53 102.3 100.52 -
System Red Green Blue C M Y K H S L
Decimal 47 114 40 0.59 0 0.65 0.55 114.32 0.48 0.3
Hex 2F 72 28 3B 0 41 37 72 30 1E
Octal 57 162 50 73 0 101 67 162 60 36
Binary 101111 1110010 101000 111011 0 1000001 110111 1110010 110000 11110

Color Harmonies of #2F7228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7228

Black with #2F7228

Text Example


Text Example

White with #2F7228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F7228; }

 p { color: rgb(47,114,40); }

 H1.HeaderClassName
 {
   color: #2F7228;
 }
 .AnyTagClassName
 {
   color: #2F7228;
 }
</style>

background-color css

<style>
 a { background-color: #2F7228; }

 a { background-color: rgb(47,114,40); }

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

border-color css

<style>
 span { border-color: #2F7228; }

 span { border-color: rgb(47,114,40); }

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