Html Css Color HEX #0F321F Cardin Green

📋 copy color: '#0F321F'

red 15 ◦ green 50 ◦ blue 31

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

Shades of Cardin Green #0F321F

Tints of Cardin Green #0F321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 52.08%

 BLUE value IS 31 (12.5% from 255) = 32.29%

R = 15.63%
G = 52.08%
B = 32.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#0F321F (or 0x0F321F) is known color: Cardin Green. HEX triplet: 0F, 32 and 1F. RGB value is (15,50,31). Sum of RGB (Red+Green+Blue) = 15+50+31=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 50 (19.92% from 255 or 52.08% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 50 - color contains mainly: green. Hex color #0F321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F321F is #F0CDE0. Grayscale: #252525. Windows color (decimal): -15781345 or 2044431. OLE color: 2044431.

HSL color Cylindrical-coordinate representation of color #0F321F: hue angle of 147.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F321F is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 50 31 -
CMYK 0.70 0 0.38 0.80
HSL 147.43º 0.54% 0.13% -
HSV(B) 147.43º 0.7% 0.2% -
XYZ 1.58 2.48 1.69 -
YUV 37.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 15 50 31 0.70 0 0.38 0.80 147.43 0.54 0.13
Hex F 32 1F 46 0 26 50 93 36 D
Octal 17 62 37 106 0 46 120 223 66 15
Binary 1111 110010 11111 1000110 0 100110 1010000 10010011 110110 1101

Color Harmonies of #0F321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F321F

Black with #0F321F

Text Example


Text Example

White with #0F321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,50,31); }

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

background-color css

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

 a { background-color: rgb(15,50,31); }

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

border-color css

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

 span { border-color: rgb(15,50,31); }

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