Html Css Color HEX #2F6F25 Japanese Laurel

📋 copy color: '#2F6F25'

red 47 ◦ green 111 ◦ blue 37

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

Shades of Japanese Laurel #2F6F25

Tints of Japanese Laurel #2F6F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.92%

 BLUE value IS 37 (14.84% from 255) = 18.97%

R = 24.1%
G = 56.92%
B = 18.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#2F6F25 (or 0x2F6F25) is known color: Japanese Laurel. HEX triplet: 2F, 6F and 25. RGB value is (47,111,37). Sum of RGB (Red+Green+Blue) = 47+111+37=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 111 (43.75% from 255 or 56.92% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6F25 is #D090DA. Grayscale: #535353. Windows color (decimal): -13668571 or 2453295. OLE color: 2453295.

HSL color Cylindrical-coordinate representation of color #2F6F25: hue angle of 111.89º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F6F25 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 111 37 -
CMYK 0.58 0 0.67 0.56
HSL 111.89º 0.5% 0.29% -
HSV(B) 111.89º 0.67% 0.44% -
XYZ 7.19 12.11 3.71 -
YUV 83.43 101.8 102.02 -
System Red Green Blue C M Y K H S L
Decimal 47 111 37 0.58 0 0.67 0.56 111.89 0.5 0.29
Hex 2F 6F 25 3A 0 43 38 70 32 1D
Octal 57 157 45 72 0 103 70 160 62 35
Binary 101111 1101111 100101 111010 0 1000011 111000 1110000 110010 11101

Color Harmonies of #2F6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6F25

Black with #2F6F25

Text Example


Text Example

White with #2F6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,111,37); }

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

background-color css

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

 a { background-color: rgb(47,111,37); }

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

border-color css

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

 span { border-color: rgb(47,111,37); }

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