Html Css Color HEX #2B761F Japanese Laurel

📋 copy color: '#2B761F'

red 43 ◦ green 118 ◦ blue 31

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

Shades of Japanese Laurel #2B761F

Tints of Japanese Laurel #2B761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.46%

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

R = 22.4%
G = 61.46%
B = 16.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#2B761F (or 0x2B761F) is known color: Japanese Laurel. HEX triplet: 2B, 76 and 1F. RGB value is (43,118,31). Sum of RGB (Red+Green+Blue) = 43+118+31=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #2B761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B761F is #D489E0. Grayscale: #555555. Windows color (decimal): -13928929 or 2061867. OLE color: 2061867.

HSL color Cylindrical-coordinate representation of color #2B761F: hue angle of 111.72º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B761F is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 118 31 -
CMYK 0.64 0 0.74 0.54
HSL 111.72º 0.58% 0.29% -
HSV(B) 111.72º 0.74% 0.46% -
XYZ 7.72 13.57 3.51 -
YUV 85.66 97.15 97.57 -
System Red Green Blue C M Y K H S L
Decimal 43 118 31 0.64 0 0.74 0.54 111.72 0.58 0.29
Hex 2B 76 1F 40 0 4A 36 70 3A 1D
Octal 53 166 37 100 0 112 66 160 72 35
Binary 101011 1110110 11111 1000000 0 1001010 110110 1110000 111010 11101

Color Harmonies of #2B761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B761F

Black with #2B761F

Text Example


Text Example

White with #2B761F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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