Html Css Color HEX #2F852D Japanese Laurel

📋 copy color: '#2F852D'

red 47 ◦ green 133 ◦ blue 45

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

Shades of Japanese Laurel #2F852D

Tints of Japanese Laurel #2F852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.11%

 BLUE value IS 45 (17.97% from 255) = 20%

R = 20.89%
G = 59.11%
B = 20%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#2F852D (or 0x2F852D) is known color: Japanese Laurel. HEX triplet: 2F, 85 and 2D. RGB value is (47,133,45). Sum of RGB (Red+Green+Blue) = 47+133+45=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 133 (52.34% from 255 or 59.11% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 133 - color contains mainly: green. Hex color #2F852D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F852D is #D07AD2. Grayscale: #616161. Windows color (decimal): -13662931 or 2983215. OLE color: 2983215.

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

Color convert

RGB 47 133 45 -
CMYK 0.65 0 0.66 0.48
HSL 118.64º 0.49% 0.35% -
HSV(B) 118.64º 0.66% 0.52% -
XYZ 10.03 17.57 5.34 -
YUV 97.25 98.51 92.16 -
System Red Green Blue C M Y K H S L
Decimal 47 133 45 0.65 0 0.66 0.48 118.64 0.49 0.35
Hex 2F 85 2D 41 0 42 30 77 31 23
Octal 57 205 55 101 0 102 60 167 61 43
Binary 101111 10000101 101101 1000001 0 1000010 110000 1110111 110001 100011

Color Harmonies of #2F852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F852D

Black with #2F852D

Text Example


Text Example

White with #2F852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,45); }

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

background-color css

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

 a { background-color: rgb(47,133,45); }

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

border-color css

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

 span { border-color: rgb(47,133,45); }

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