Html Css Color HEX #2F8B37 Japanese Laurel

📋 copy color: '#2F8B37'

red 47 ◦ green 139 ◦ blue 55

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

Shades of Japanese Laurel #2F8B37

Tints of Japanese Laurel #2F8B37

RGB

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

 GREEN value IS 139 (54.69% from 255) = 57.68%

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

R = 19.5%
G = 57.68%
B = 22.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#2F8B37 (or 0x2F8B37) is known color: Japanese Laurel. HEX triplet: 2F, 8B and 37. RGB value is (47,139,55). Sum of RGB (Red+Green+Blue) = 47+139+55=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #2F8B37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8B37 is #D074C8. Grayscale: #666666. Windows color (decimal): -13661385 or 3640111. OLE color: 3640111.

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

Color convert

RGB 47 139 55 -
CMYK 0.66 0 0.60 0.45
HSL 125.22º 0.49% 0.36% -
HSV(B) 125.22º 0.66% 0.55% -
XYZ 11.09 19.35 6.76 -
YUV 101.92 101.52 88.83 -
System Red Green Blue C M Y K H S L
Decimal 47 139 55 0.66 0 0.60 0.45 125.22 0.49 0.36
Hex 2F 8B 37 42 0 3C 2D 7D 31 24
Octal 57 213 67 102 0 74 55 175 61 44
Binary 101111 10001011 110111 1000010 0 111100 101101 1111101 110001 100100

Color Harmonies of #2F8B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8B37

Black with #2F8B37

Text Example


Text Example

White with #2F8B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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