Html Css Color HEX #2F7734 Japanese Laurel

📋 copy color: '#2F7734'

red 47 ◦ green 119 ◦ blue 52

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

Shades of Japanese Laurel #2F7734

Tints of Japanese Laurel #2F7734

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.59%

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

R = 21.56%
G = 54.59%
B = 23.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#2F7734 (or 0x2F7734) is known color: Japanese Laurel. HEX triplet: 2F, 77 and 34. RGB value is (47,119,52). Sum of RGB (Red+Green+Blue) = 47+119+52=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7734 is #D088CB. Grayscale: #5A5A5A. Windows color (decimal): -13666508 or 3438383. OLE color: 3438383.

HSL color Cylindrical-coordinate representation of color #2F7734: hue angle of 124.17º degrees, saturation: 0.43, 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 #2F7734 is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 119 52 -
CMYK 0.61 0 0.56 0.53
HSL 124.17º 0.43% 0.33% -
HSV(B) 124.17º 0.61% 0.47% -
XYZ 8.39 14.05 5.52 -
YUV 89.83 106.65 97.45 -
System Red Green Blue C M Y K H S L
Decimal 47 119 52 0.61 0 0.56 0.53 124.17 0.43 0.33
Hex 2F 77 34 3D 0 38 35 7C 2B 21
Octal 57 167 64 75 0 70 65 174 53 41
Binary 101111 1110111 110100 111101 0 111000 110101 1111100 101011 100001

Color Harmonies of #2F7734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7734

Black with #2F7734

Text Example


Text Example

White with #2F7734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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