Html Css Color HEX #2F7025 Japanese Laurel

📋 copy color: '#2F7025'

red 47 ◦ green 112 ◦ blue 37

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

Shades of Japanese Laurel #2F7025

Tints of Japanese Laurel #2F7025

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.14%

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

R = 23.98%
G = 57.14%
B = 18.88%

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

#2F7025 (or 0x2F7025) is known color: Japanese Laurel. HEX triplet: 2F, 70 and 25. RGB value is (47,112,37). Sum of RGB (Red+Green+Blue) = 47+112+37=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7025 is #D08FDA. Grayscale: #545454. Windows color (decimal): -13668315 or 2453551. OLE color: 2453551.

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

Color convert

RGB 47 112 37 -
CMYK 0.58 0 0.67 0.56
HSL 112º 0.5% 0.29% -
HSV(B) 112º 0.67% 0.44% -
XYZ 7.3 12.33 3.74 -
YUV 84.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 47 112 37 0.58 0 0.67 0.56 112 0.5 0.29
Hex 2F 70 25 3A 0 43 38 70 32 1D
Octal 57 160 45 72 0 103 70 160 62 35
Binary 101111 1110000 100101 111010 0 1000011 111000 1110000 110010 11101

Color Harmonies of #2F7025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7025

Black with #2F7025

Text Example


Text Example

White with #2F7025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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