Html Css Color HEX #2B711F Japanese Laurel

📋 copy color: '#2B711F'

red 43 ◦ green 113 ◦ blue 31

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

Shades of Japanese Laurel #2B711F

Tints of Japanese Laurel #2B711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.43%

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 22.99%
G = 60.43%
B = 16.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#2B711F (or 0x2B711F) is known color: Japanese Laurel. HEX triplet: 2B, 71 and 1F. RGB value is (43,113,31). Sum of RGB (Red+Green+Blue) = 43+113+31=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #2B711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B711F is #D48EE0. Grayscale: #525252. Windows color (decimal): -13930209 or 2060587. OLE color: 2060587.

HSL color Cylindrical-coordinate representation of color #2B711F: hue angle of 111.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B711F is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 113 31 -
CMYK 0.62 0 0.73 0.56
HSL 111.22º 0.57% 0.28% -
HSV(B) 111.22º 0.73% 0.44% -
XYZ 7.15 12.42 3.32 -
YUV 82.72 98.81 99.67 -
System Red Green Blue C M Y K H S L
Decimal 43 113 31 0.62 0 0.73 0.56 111.22 0.57 0.28
Hex 2B 71 1F 3E 0 49 38 6F 39 1C
Octal 53 161 37 76 0 111 70 157 71 34
Binary 101011 1110001 11111 111110 0 1001001 111000 1101111 111001 11100

Color Harmonies of #2B711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B711F

Black with #2B711F

Text Example


Text Example

White with #2B711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,113,31); }

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

background-color css

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

 a { background-color: rgb(43,113,31); }

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

border-color css

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

 span { border-color: rgb(43,113,31); }

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