Html Css Color HEX #2F8932 Japanese Laurel

📋 copy color: '#2F8932'

red 47 ◦ green 137 ◦ blue 50

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

Shades of Japanese Laurel #2F8932

Tints of Japanese Laurel #2F8932

RGB

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

 GREEN value IS 137 (53.91% from 255) = 58.55%

 BLUE value IS 50 (19.92% from 255) = 21.37%

R = 20.09%
G = 58.55%
B = 21.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#2F8932 (or 0x2F8932) is known color: Japanese Laurel. HEX triplet: 2F, 89 and 32. RGB value is (47,137,50). Sum of RGB (Red+Green+Blue) = 47+137+50=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 137 (53.91% from 255 or 58.55% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8932 is #D076CD. Grayscale: #646464. Windows color (decimal): -13661902 or 3311919. OLE color: 3311919.

HSL color Cylindrical-coordinate representation of color #2F8932: hue angle of 122º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8932 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 50 -
CMYK 0.66 0 0.64 0.46
HSL 122º 0.49% 0.36% -
HSV(B) 122º 0.66% 0.54% -
XYZ 10.69 18.73 6.07 -
YUV 100.17 99.68 90.07 -
System Red Green Blue C M Y K H S L
Decimal 47 137 50 0.66 0 0.64 0.46 122 0.49 0.36
Hex 2F 89 32 42 0 40 2E 7A 31 24
Octal 57 211 62 102 0 100 56 172 61 44
Binary 101111 10001001 110010 1000010 0 1000000 101110 1111010 110001 100100

Color Harmonies of #2F8932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8932

Black with #2F8932

Text Example


Text Example

White with #2F8932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,137,50); }

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

background-color css

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

 a { background-color: rgb(47,137,50); }

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

border-color css

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

 span { border-color: rgb(47,137,50); }

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