Html Css Color HEX #0F423E Cyprus

📋 copy color: '#0F423E'

red 15 ◦ green 66 ◦ blue 62

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

Shades of Cyprus #0F423E

Tints of Cyprus #0F423E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 43.36%

R = 10.49%
G = 46.15%
B = 43.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#0F423E (or 0x0F423E) is known color: Cyprus. HEX triplet: 0F, 42 and 3E. RGB value is (15,66,62). Sum of RGB (Red+Green+Blue) = 15+66+62=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #0F423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F423E is #F0BDC1. Grayscale: #323232. Windows color (decimal): -15777218 or 4080143. OLE color: 4080143.

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

Color convert

RGB 15 66 62 -
CMYK 0.77 0 0.06 0.74
HSL 175.29º 0.63% 0.16% -
HSV(B) 175.29º 0.77% 0.26% -
XYZ 3.01 4.35 5.24 -
YUV 50.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 15 66 62 0.77 0 0.06 0.74 175.29 0.63 0.16
Hex F 42 3E 4D 0 6 4A AF 3F 10
Octal 17 102 76 115 0 6 112 257 77 20
Binary 1111 1000010 111110 1001101 0 110 1001010 10101111 111111 10000

Color Harmonies of #0F423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F423E

Black with #0F423E

Text Example


Text Example

White with #0F423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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