Html Css Color HEX #2C6E1F Japanese Laurel

📋 copy color: '#2C6E1F'

red 44 ◦ green 110 ◦ blue 31

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

Shades of Japanese Laurel #2C6E1F

Tints of Japanese Laurel #2C6E1F

RGB

 RED value IS 44 (17.58% from 255) = 23.78%

 GREEN value IS 110 (43.36% from 255) = 59.46%

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

R = 23.78%
G = 59.46%
B = 16.76%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#2C6E1F (or 0x2C6E1F) is known color: Japanese Laurel. HEX triplet: 2C, 6E and 1F. RGB value is (44,110,31). Sum of RGB (Red+Green+Blue) = 44+110+31=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 110 (43.36% from 255 or 59.46% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6E1F is #D391E0. Grayscale: #515151. Windows color (decimal): -13865441 or 2059820. OLE color: 2059820.

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

Color convert

RGB 44 110 31 -
CMYK 0.6 0 0.72 0.57
HSL 110.13º 0.56% 0.28% -
HSV(B) 110.13º 0.72% 0.43% -
XYZ 6.86 11.79 3.21 -
YUV 81.26 99.63 101.42 -
System Red Green Blue C M Y K H S L
Decimal 44 110 31 0.6 0 0.72 0.57 110.13 0.56 0.28
Hex 2C 6E 1F 3C 0 48 39 6E 38 1C
Octal 54 156 37 74 0 110 71 156 70 34
Binary 101100 1101110 11111 111100 0 1001000 111001 1101110 111000 11100

Color Harmonies of #2C6E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C6E1F

Black with #2C6E1F

Text Example


Text Example

White with #2C6E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,110,31); }

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

background-color css

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

 a { background-color: rgb(44,110,31); }

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

border-color css

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

 span { border-color: rgb(44,110,31); }

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