Html Css Color HEX #2F8535 Japanese Laurel

📋 copy color: '#2F8535'

red 47 ◦ green 133 ◦ blue 53

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

Shades of Japanese Laurel #2F8535

Tints of Japanese Laurel #2F8535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.75%

R = 20.17%
G = 57.08%
B = 22.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#2F8535 (or 0x2F8535) is known color: Japanese Laurel. HEX triplet: 2F, 85 and 35. RGB value is (47,133,53). Sum of RGB (Red+Green+Blue) = 47+133+53=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8535 is #D07ACA. Grayscale: #626262. Windows color (decimal): -13662923 or 3507503. OLE color: 3507503.

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

Color convert

RGB 47 133 53 -
CMYK 0.65 0 0.60 0.48
HSL 124.19º 0.48% 0.35% -
HSV(B) 124.19º 0.65% 0.52% -
XYZ 10.2 17.64 6.23 -
YUV 98.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 47 133 53 0.65 0 0.60 0.48 124.19 0.48 0.35
Hex 2F 85 35 41 0 3C 30 7C 30 23
Octal 57 205 65 101 0 74 60 174 60 43
Binary 101111 10000101 110101 1000001 0 111100 110000 1111100 110000 100011

Color Harmonies of #2F8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8535

Black with #2F8535

Text Example


Text Example

White with #2F8535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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