Html Css Color HEX #2B7F39 Japanese Laurel

📋 copy color: '#2B7F39'

red 43 ◦ green 127 ◦ blue 57

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

Shades of Japanese Laurel #2B7F39

Tints of Japanese Laurel #2B7F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 18.94%
G = 55.95%
B = 25.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#2B7F39 (or 0x2B7F39) is known color: Japanese Laurel. HEX triplet: 2B, 7F and 39. RGB value is (43,127,57). Sum of RGB (Red+Green+Blue) = 43+127+57=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F39 is #D480C6. Grayscale: #5E5E5E. Windows color (decimal): -13926599 or 3768107. OLE color: 3768107.

HSL color Cylindrical-coordinate representation of color #2B7F39: hue angle of 130º 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 #2B7F39 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 127 57 -
CMYK 0.66 0 0.55 0.50
HSL 130º 0.49% 0.33% -
HSV(B) 130º 0.66% 0.5% -
XYZ 9.32 15.99 6.47 -
YUV 93.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 43 127 57 0.66 0 0.55 0.50 130 0.49 0.33
Hex 2B 7F 39 42 0 37 32 82 31 21
Octal 53 177 71 102 0 67 62 202 61 41
Binary 101011 1111111 111001 1000010 0 110111 110010 10000010 110001 100001

Color Harmonies of #2B7F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7F39

Black with #2B7F39

Text Example


Text Example

White with #2B7F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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