Html Css Color HEX #2B7F2C Japanese Laurel

📋 copy color: '#2B7F2C'

red 43 ◦ green 127 ◦ blue 44

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

Shades of Japanese Laurel #2B7F2C

Tints of Japanese Laurel #2B7F2C

RGB

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

 GREEN value IS 127 (50% from 255) = 59.35%

 BLUE value IS 44 (17.58% from 255) = 20.56%

R = 20.09%
G = 59.35%
B = 20.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#2B7F2C (or 0x2B7F2C) is known color: Japanese Laurel. HEX triplet: 2B, 7F and 2C. RGB value is (43,127,44). Sum of RGB (Red+Green+Blue) = 43+127+44=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F2C is #D480D3. Grayscale: #5C5C5C. Windows color (decimal): -13926612 or 2916139. OLE color: 2916139.

HSL color Cylindrical-coordinate representation of color #2B7F2C: hue angle of 120.71º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7F2C is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 127 44 -
CMYK 0.66 0 0.65 0.50
HSL 120.71º 0.49% 0.33% -
HSV(B) 120.71º 0.66% 0.5% -
XYZ 9.04 15.87 4.97 -
YUV 92.42 100.67 92.75 -
System Red Green Blue C M Y K H S L
Decimal 43 127 44 0.66 0 0.65 0.50 120.71 0.49 0.33
Hex 2B 7F 2C 42 0 41 32 79 31 21
Octal 53 177 54 102 0 101 62 171 61 41
Binary 101011 1111111 101100 1000010 0 1000001 110010 1111001 110001 100001

Color Harmonies of #2B7F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7F2C

Black with #2B7F2C

Text Example


Text Example

White with #2B7F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,127,44); }

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

background-color css

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

 a { background-color: rgb(43,127,44); }

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

border-color css

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

 span { border-color: rgb(43,127,44); }

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