Html Css Color HEX #0F433F Cyprus

📋 copy color: '#0F433F'

red 15 ◦ green 67 ◦ blue 63

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

Shades of Cyprus #0F433F

Tints of Cyprus #0F433F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

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

R = 10.34%
G = 46.21%
B = 43.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#0F433F (or 0x0F433F) is known color: Cyprus. HEX triplet: 0F, 43 and 3F. RGB value is (15,67,63). Sum of RGB (Red+Green+Blue) = 15+67+63=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #0F433F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F433F is #F0BCC0. Grayscale: #323232. Windows color (decimal): -15776961 or 4145935. OLE color: 4145935.

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

Color convert

RGB 15 67 63 -
CMYK 0.78 0 0.06 0.74
HSL 175.38º 0.63% 0.16% -
HSV(B) 175.38º 0.78% 0.26% -
XYZ 3.1 4.47 5.4 -
YUV 51 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 15 67 63 0.78 0 0.06 0.74 175.38 0.63 0.16
Hex F 43 3F 4E 0 6 4A AF 3F 10
Octal 17 103 77 116 0 6 112 257 77 20
Binary 1111 1000011 111111 1001110 0 110 1001010 10101111 111111 10000

Color Harmonies of #0F433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F433F

Black with #0F433F

Text Example


Text Example

White with #0F433F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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