Html Css Color HEX #0F423F Cyprus

📋 copy color: '#0F423F'

red 15 ◦ green 66 ◦ blue 63

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

Shades of Cyprus #0F423F

Tints of Cyprus #0F423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 43.75%

R = 10.42%
G = 45.83%
B = 43.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#0F423F (or 0x0F423F) is known color: Cyprus. HEX triplet: 0F, 42 and 3F. RGB value is (15,66,63). Sum of RGB (Red+Green+Blue) = 15+66+63=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #0F423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F423F is #F0BDC0. Grayscale: #323232. Windows color (decimal): -15777217 or 4145679. OLE color: 4145679.

HSL color Cylindrical-coordinate representation of color #0F423F: hue angle of 176.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 #0F423F is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 15 66 63 -
CMYK 0.77 0 0.05 0.74
HSL 176.47º 0.63% 0.16% -
HSV(B) 176.47º 0.77% 0.26% -
XYZ 3.04 4.36 5.38 -
YUV 50.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 15 66 63 0.77 0 0.05 0.74 176.47 0.63 0.16
Hex F 42 3F 4D 0 5 4A B0 3F 10
Octal 17 102 77 115 0 5 112 260 77 20
Binary 1111 1000010 111111 1001101 0 101 1001010 10110000 111111 10000

Color Harmonies of #0F423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F423F

Black with #0F423F

Text Example


Text Example

White with #0F423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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