Html Css Color HEX #0F422E Zuccini

📋 copy color: '#0F422E'

red 15 ◦ green 66 ◦ blue 46

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

Shades of Zuccini #0F422E

Tints of Zuccini #0F422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.97%

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

R = 11.81%
G = 51.97%
B = 36.22%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#0F422E (or 0x0F422E) is known color: Zuccini. HEX triplet: 0F, 42 and 2E. RGB value is (15,66,46). Sum of RGB (Red+Green+Blue) = 15+66+46=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #0F422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F422E is #F0BDD1. Grayscale: #303030. Windows color (decimal): -15777234 or 3031567. OLE color: 3031567.

HSL color Cylindrical-coordinate representation of color #0F422E: hue angle of 156.47º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F422E is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 66 46 -
CMYK 0.77 0 0.30 0.74
HSL 156.47º 0.63% 0.16% -
HSV(B) 156.47º 0.77% 0.26% -
XYZ 2.64 4.2 3.26 -
YUV 48.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 15 66 46 0.77 0 0.30 0.74 156.47 0.63 0.16
Hex F 42 2E 4D 0 1E 4A 9C 3F 10
Octal 17 102 56 115 0 36 112 234 77 20
Binary 1111 1000010 101110 1001101 0 11110 1001010 10011100 111111 10000

Color Harmonies of #0F422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F422E

Black with #0F422E

Text Example


Text Example

White with #0F422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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