Html Css Color HEX #2B7226 Japanese Laurel

📋 copy color: '#2B7226'

red 43 ◦ green 114 ◦ blue 38

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

Shades of Japanese Laurel #2B7226

Tints of Japanese Laurel #2B7226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.49%

R = 22.05%
G = 58.46%
B = 19.49%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#2B7226 (or 0x2B7226) is known color: Japanese Laurel. HEX triplet: 2B, 72 and 26. RGB value is (43,114,38). Sum of RGB (Red+Green+Blue) = 43+114+38=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 114 (44.92% from 255 or 58.46% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 114 - color contains mainly: green. Hex color #2B7226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7226 is #D48DD9. Grayscale: #545454. Windows color (decimal): -13929946 or 2519595. OLE color: 2519595.

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

Color convert

RGB 43 114 38 -
CMYK 0.62 0 0.67 0.55
HSL 116.05º 0.5% 0.3% -
HSV(B) 116.05º 0.67% 0.45% -
XYZ 7.36 12.69 3.89 -
YUV 84.11 101.98 98.68 -
System Red Green Blue C M Y K H S L
Decimal 43 114 38 0.62 0 0.67 0.55 116.05 0.5 0.3
Hex 2B 72 26 3E 0 43 37 74 32 1E
Octal 53 162 46 76 0 103 67 164 62 36
Binary 101011 1110010 100110 111110 0 1000011 110111 1110100 110010 11110

Color Harmonies of #2B7226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7226

Black with #2B7226

Text Example


Text Example

White with #2B7226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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