Html Css Color HEX #0F412A Zuccini

📋 copy color: '#0F412A'

red 15 ◦ green 65 ◦ blue 42

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

Shades of Zuccini #0F412A

Tints of Zuccini #0F412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 53.28%

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 12.3%
G = 53.28%
B = 34.43%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#0F412A (or 0x0F412A) is known color: Zuccini. HEX triplet: 0F, 41 and 2A. RGB value is (15,65,42). Sum of RGB (Red+Green+Blue) = 15+65+42=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 65 (25.78% from 255 or 53.28% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 65 - color contains mainly: green. Hex color #0F412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F412A is #F0BED5. Grayscale: #2F2F2F. Windows color (decimal): -15777494 or 2769167. OLE color: 2769167.

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

Color convert

RGB 15 65 42 -
CMYK 0.77 0 0.35 0.75
HSL 152.4º 0.63% 0.16% -
HSV(B) 152.4º 0.77% 0.25% -
XYZ 2.51 4.05 2.84 -
YUV 47.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 15 65 42 0.77 0 0.35 0.75 152.4 0.63 0.16
Hex F 41 2A 4D 0 23 4B 98 3E 10
Octal 17 101 52 115 0 43 113 230 76 20
Binary 1111 1000001 101010 1001101 0 100011 1001011 10011000 111110 10000

Color Harmonies of #0F412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F412A

Black with #0F412A

Text Example


Text Example

White with #0F412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,65,42); }

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

background-color css

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

 a { background-color: rgb(15,65,42); }

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

border-color css

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

 span { border-color: rgb(15,65,42); }

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