Html Css Color HEX #2B721E Japanese Laurel

📋 copy color: '#2B721E'

red 43 ◦ green 114 ◦ blue 30

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

Shades of Japanese Laurel #2B721E

Tints of Japanese Laurel #2B721E

RGB

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

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

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

R = 22.99%
G = 60.96%
B = 16.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#2B721E (or 0x2B721E) is known color: Japanese Laurel. HEX triplet: 2B, 72 and 1E. RGB value is (43,114,30). Sum of RGB (Red+Green+Blue) = 43+114+30=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #2B721E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B721E is #D48DE1. Grayscale: #535353. Windows color (decimal): -13929954 or 1995307. OLE color: 1995307.

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

Color convert

RGB 43 114 30 -
CMYK 0.62 0 0.74 0.55
HSL 110.71º 0.58% 0.28% -
HSV(B) 110.71º 0.74% 0.45% -
XYZ 7.25 12.64 3.29 -
YUV 83.2 97.98 99.33 -
System Red Green Blue C M Y K H S L
Decimal 43 114 30 0.62 0 0.74 0.55 110.71 0.58 0.28
Hex 2B 72 1E 3E 0 4A 37 6F 3A 1C
Octal 53 162 36 76 0 112 67 157 72 34
Binary 101011 1110010 11110 111110 0 1001010 110111 1101111 111010 11100

Color Harmonies of #2B721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B721E

Black with #2B721E

Text Example


Text Example

White with #2B721E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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