Html Css Color HEX #2F893F Japanese Laurel

📋 copy color: '#2F893F'

red 47 ◦ green 137 ◦ blue 63

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

Shades of Japanese Laurel #2F893F

Tints of Japanese Laurel #2F893F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.51%

R = 19.03%
G = 55.47%
B = 25.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#2F893F (or 0x2F893F) is known color: Japanese Laurel. HEX triplet: 2F, 89 and 3F. RGB value is (47,137,63). Sum of RGB (Red+Green+Blue) = 47+137+63=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 137 (53.91% from 255 or 55.47% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 137 - color contains mainly: green. Hex color #2F893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F893F is #D076C0. Grayscale: #656565. Windows color (decimal): -13661889 or 4163887. OLE color: 4163887.

HSL color Cylindrical-coordinate representation of color #2F893F: hue angle of 130.67º 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 #2F893F is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 63 -
CMYK 0.66 0 0.54 0.46
HSL 130.67º 0.49% 0.36% -
HSV(B) 130.67º 0.66% 0.54% -
XYZ 11.02 18.85 7.76 -
YUV 101.65 106.18 89.02 -
System Red Green Blue C M Y K H S L
Decimal 47 137 63 0.66 0 0.54 0.46 130.67 0.49 0.36
Hex 2F 89 3F 42 0 36 2E 83 31 24
Octal 57 211 77 102 0 66 56 203 61 44
Binary 101111 10001001 111111 1000010 0 110110 101110 10000011 110001 100100

Color Harmonies of #2F893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F893F

Black with #2F893F

Text Example


Text Example

White with #2F893F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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