Html Css Color HEX #0F402E Sherwood Green

📋 copy color: '#0F402E'

red 15 ◦ green 64 ◦ blue 46

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

Shades of Sherwood Green #0F402E

Tints of Sherwood Green #0F402E

RGB

 RED value IS 15 (6.25% from 255) = 12%

 GREEN value IS 64 (25.39% from 255) = 51.2%

 BLUE value IS 46 (18.36% from 255) = 36.8%

R = 12%
G = 51.2%
B = 36.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#0F402E (or 0x0F402E) is known color: Sherwood Green. HEX triplet: 0F, 40 and 2E. RGB value is (15,64,46). Sum of RGB (Red+Green+Blue) = 15+64+46=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #0F402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F402E is #F0BFD1. Grayscale: #2F2F2F. Windows color (decimal): -15777746 or 3031055. OLE color: 3031055.

HSL color Cylindrical-coordinate representation of color #0F402E: hue angle of 157.96º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F402E is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 15 64 46 -
CMYK 0.77 0 0.28 0.75
HSL 157.96º 0.62% 0.15% -
HSV(B) 157.96º 0.77% 0.25% -
XYZ 2.52 3.97 3.22 -
YUV 47.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 15 64 46 0.77 0 0.28 0.75 157.96 0.62 0.15
Hex F 40 2E 4D 0 1C 4B 9E 3E F
Octal 17 100 56 115 0 34 113 236 76 17
Binary 1111 1000000 101110 1001101 0 11100 1001011 10011110 111110 1111

Color Harmonies of #0F402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F402E

Black with #0F402E

Text Example


Text Example

White with #0F402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F402E; }

 p { color: rgb(15,64,46); }

 H1.HeaderClassName
 {
   color: #0F402E;
 }
 .AnyTagClassName
 {
   color: #0F402E;
 }
</style>

background-color css

<style>
 a { background-color: #0F402E; }

 a { background-color: rgb(15,64,46); }

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

border-color css

<style>
 span { border-color: #0F402E; }

 span { border-color: rgb(15,64,46); }

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