Html Css Color HEX #2B6F1F Japanese Laurel

📋 copy color: '#2B6F1F'

red 43 ◦ green 111 ◦ blue 31

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

Shades of Japanese Laurel #2B6F1F

Tints of Japanese Laurel #2B6F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 60%

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

R = 23.24%
G = 60%
B = 16.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#2B6F1F (or 0x2B6F1F) is known color: Japanese Laurel. HEX triplet: 2B, 6F and 1F. RGB value is (43,111,31). Sum of RGB (Red+Green+Blue) = 43+111+31=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 111 (43.75% from 255 or 60% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6F1F is #D490E0. Grayscale: #515151. Windows color (decimal): -13930721 or 2060075. OLE color: 2060075.

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

Color convert

RGB 43 111 31 -
CMYK 0.61 0 0.72 0.56
HSL 111º 0.56% 0.28% -
HSV(B) 111º 0.72% 0.44% -
XYZ 6.93 11.98 3.24 -
YUV 81.55 99.47 100.5 -
System Red Green Blue C M Y K H S L
Decimal 43 111 31 0.61 0 0.72 0.56 111 0.56 0.28
Hex 2B 6F 1F 3D 0 48 38 6F 38 1C
Octal 53 157 37 75 0 110 70 157 70 34
Binary 101011 1101111 11111 111101 0 1001000 111000 1101111 111000 11100

Color Harmonies of #2B6F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6F1F

Black with #2B6F1F

Text Example


Text Example

White with #2B6F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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