Html Css Color HEX #2B7227 Japanese Laurel

📋 copy color: '#2B7227'

red 43 ◦ green 114 ◦ blue 39

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

Shades of Japanese Laurel #2B7227

Tints of Japanese Laurel #2B7227

RGB

 RED value IS 43 (17.19% from 255) = 21.94%

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

 BLUE value IS 39 (15.63% from 255) = 19.9%

R = 21.94%
G = 58.16%
B = 19.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#2B7227 (or 0x2B7227) is known color: Japanese Laurel. HEX triplet: 2B, 72 and 27. RGB value is (43,114,39). Sum of RGB (Red+Green+Blue) = 43+114+39=196 (25% of max value = 765). Red value is 43 (17.19% from 255 or 21.94% from 196); Green value is 114 (44.92% from 255 or 58.16% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7227 is #D48DD8. Grayscale: #545454. Windows color (decimal): -13929945 or 2585131. OLE color: 2585131.

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

Color convert

RGB 43 114 39 -
CMYK 0.62 0 0.66 0.55
HSL 116.8º 0.49% 0.3% -
HSV(B) 116.8º 0.66% 0.45% -
XYZ 7.38 12.69 3.98 -
YUV 84.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 43 114 39 0.62 0 0.66 0.55 116.8 0.49 0.3
Hex 2B 72 27 3E 0 42 37 75 31 1E
Octal 53 162 47 76 0 102 67 165 61 36
Binary 101011 1110010 100111 111110 0 1000010 110111 1110101 110001 11110

Color Harmonies of #2B7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7227

Black with #2B7227

Text Example


Text Example

White with #2B7227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,114,39); }

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

background-color css

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

 a { background-color: rgb(43,114,39); }

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

border-color css

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

 span { border-color: rgb(43,114,39); }

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