Html Css Color HEX #2B7C34 Japanese Laurel

📋 copy color: '#2B7C34'

red 43 ◦ green 124 ◦ blue 52

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

Shades of Japanese Laurel #2B7C34

Tints of Japanese Laurel #2B7C34

RGB

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

 GREEN value IS 124 (48.83% from 255) = 56.62%

 BLUE value IS 52 (20.7% from 255) = 23.74%

R = 19.63%
G = 56.62%
B = 23.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#2B7C34 (or 0x2B7C34) is known color: Japanese Laurel. HEX triplet: 2B, 7C and 34. RGB value is (43,124,52). Sum of RGB (Red+Green+Blue) = 43+124+52=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7C34 is #D483CB. Grayscale: #5B5B5B. Windows color (decimal): -13927372 or 3439659. OLE color: 3439659.

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

Color convert

RGB 43 124 52 -
CMYK 0.65 0 0.58 0.51
HSL 126.67º 0.49% 0.33% -
HSV(B) 126.67º 0.65% 0.49% -
XYZ 8.82 15.18 5.71 -
YUV 91.57 105.66 93.35 -
System Red Green Blue C M Y K H S L
Decimal 43 124 52 0.65 0 0.58 0.51 126.67 0.49 0.33
Hex 2B 7C 34 41 0 3A 33 7F 31 21
Octal 53 174 64 101 0 72 63 177 61 41
Binary 101011 1111100 110100 1000001 0 111010 110011 1111111 110001 100001

Color Harmonies of #2B7C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7C34

Black with #2B7C34

Text Example


Text Example

White with #2B7C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,124,52); }

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

background-color css

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

 a { background-color: rgb(43,124,52); }

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

border-color css

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

 span { border-color: rgb(43,124,52); }

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