Html Css Color HEX #2F8437 Japanese Laurel

📋 copy color: '#2F8437'

red 47 ◦ green 132 ◦ blue 55

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

Shades of Japanese Laurel #2F8437

Tints of Japanese Laurel #2F8437

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.41%

 BLUE value IS 55 (21.88% from 255) = 23.5%

R = 20.09%
G = 56.41%
B = 23.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#2F8437 (or 0x2F8437) is known color: Japanese Laurel. HEX triplet: 2F, 84 and 37. RGB value is (47,132,55). Sum of RGB (Red+Green+Blue) = 47+132+55=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #2F8437 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8437 is #D07BC8. Grayscale: #626262. Windows color (decimal): -13663177 or 3638319. OLE color: 3638319.

HSL color Cylindrical-coordinate representation of color #2F8437: hue angle of 125.65º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8437 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 132 55 -
CMYK 0.64 0 0.58 0.48
HSL 125.65º 0.47% 0.35% -
HSV(B) 125.65º 0.64% 0.52% -
XYZ 10.11 17.38 6.44 -
YUV 97.81 103.84 91.76 -
System Red Green Blue C M Y K H S L
Decimal 47 132 55 0.64 0 0.58 0.48 125.65 0.47 0.35
Hex 2F 84 37 40 0 3A 30 7E 2F 23
Octal 57 204 67 100 0 72 60 176 57 43
Binary 101111 10000100 110111 1000000 0 111010 110000 1111110 101111 100011

Color Harmonies of #2F8437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8437

Black with #2F8437

Text Example


Text Example

White with #2F8437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,132,55); }

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

background-color css

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

 a { background-color: rgb(47,132,55); }

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

border-color css

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

 span { border-color: rgb(47,132,55); }

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