Html Css Color HEX #2F8538 Japanese Laurel

📋 copy color: '#2F8538'

red 47 ◦ green 133 ◦ blue 56

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

Shades of Japanese Laurel #2F8538

Tints of Japanese Laurel #2F8538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 19.92%
G = 56.36%
B = 23.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#2F8538 (or 0x2F8538) is known color: Japanese Laurel. HEX triplet: 2F, 85 and 38. RGB value is (47,133,56). Sum of RGB (Red+Green+Blue) = 47+133+56=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8538 is #D07AC7. Grayscale: #626262. Windows color (decimal): -13662920 or 3704111. OLE color: 3704111.

HSL color Cylindrical-coordinate representation of color #2F8538: hue angle of 126.28º 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 #2F8538 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 133 56 -
CMYK 0.65 0 0.58 0.48
HSL 126.28º 0.48% 0.35% -
HSV(B) 126.28º 0.65% 0.52% -
XYZ 10.27 17.66 6.61 -
YUV 98.51 104.01 91.26 -
System Red Green Blue C M Y K H S L
Decimal 47 133 56 0.65 0 0.58 0.48 126.28 0.48 0.35
Hex 2F 85 38 41 0 3A 30 7E 30 23
Octal 57 205 70 101 0 72 60 176 60 43
Binary 101111 10000101 111000 1000001 0 111010 110000 1111110 110000 100011

Color Harmonies of #2F8538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8538

Black with #2F8538

Text Example


Text Example

White with #2F8538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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