Html Css Color HEX #0F2F1D Cardin Green

📋 copy color: '#0F2F1D'

red 15 ◦ green 47 ◦ blue 29

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

Shades of Cardin Green #0F2F1D

Tints of Cardin Green #0F2F1D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 51.65%

 BLUE value IS 29 (11.72% from 255) = 31.87%

R = 16.48%
G = 51.65%
B = 31.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.82

RGB Variations

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

Color information

#0F2F1D (or 0x0F2F1D) is known color: Cardin Green. HEX triplet: 0F, 2F and 1D. RGB value is (15,47,29). Sum of RGB (Red+Green+Blue) = 15+47+29=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 47 (18.75% from 255 or 51.65% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2F1D is #F0D0E2. Grayscale: #232323. Windows color (decimal): -15782115 or 1912591. OLE color: 1912591.

HSL color Cylindrical-coordinate representation of color #0F2F1D: hue angle of 146.25º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F2F1D is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.

Color convert

RGB 15 47 29 -
CMYK 0.68 0 0.38 0.82
HSL 146.25º 0.52% 0.12% -
HSV(B) 146.25º 0.68% 0.18% -
XYZ 1.44 2.22 1.52 -
YUV 35.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 15 47 29 0.68 0 0.38 0.82 146.25 0.52 0.12
Hex F 2F 1D 44 0 26 52 92 34 C
Octal 17 57 35 104 0 46 122 222 64 14
Binary 1111 101111 11101 1000100 0 100110 1010010 10010010 110100 1100

Color Harmonies of #0F2F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2F1D

Black with #0F2F1D

Text Example


Text Example

White with #0F2F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,47,29); }

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

background-color css

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

 a { background-color: rgb(15,47,29); }

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

border-color css

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

 span { border-color: rgb(15,47,29); }

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