Html Css Color HEX #2F7834 Japanese Laurel

📋 copy color: '#2F7834'

red 47 ◦ green 120 ◦ blue 52

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

Shades of Japanese Laurel #2F7834

Tints of Japanese Laurel #2F7834

RGB

 RED value IS 47 (18.75% from 255) = 21.46%

 GREEN value IS 120 (47.27% from 255) = 54.79%

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

R = 21.46%
G = 54.79%
B = 23.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#2F7834 (or 0x2F7834) is known color: Japanese Laurel. HEX triplet: 2F, 78 and 34. RGB value is (47,120,52). Sum of RGB (Red+Green+Blue) = 47+120+52=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #2F7834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7834 is #D087CB. Grayscale: #5A5A5A. Windows color (decimal): -13666252 or 3438639. OLE color: 3438639.

HSL color Cylindrical-coordinate representation of color #2F7834: hue angle of 124.11º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7834 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 120 52 -
CMYK 0.61 0 0.57 0.53
HSL 124.11º 0.44% 0.33% -
HSV(B) 124.11º 0.61% 0.47% -
XYZ 8.51 14.29 5.56 -
YUV 90.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 47 120 52 0.61 0 0.57 0.53 124.11 0.44 0.33
Hex 2F 78 34 3D 0 39 35 7C 2C 21
Octal 57 170 64 75 0 71 65 174 54 41
Binary 101111 1111000 110100 111101 0 111001 110101 1111100 101100 100001

Color Harmonies of #2F7834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7834

Black with #2F7834

Text Example


Text Example

White with #2F7834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,120,52); }

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

background-color css

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

 a { background-color: rgb(47,120,52); }

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

border-color css

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

 span { border-color: rgb(47,120,52); }

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