Html Css Color HEX #0F3625 Cardin Green

📋 copy color: '#0F3625'

red 15 ◦ green 54 ◦ blue 37

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

Shades of Cardin Green #0F3625

Tints of Cardin Green #0F3625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 50.94%

 BLUE value IS 37 (14.84% from 255) = 34.91%

R = 14.15%
G = 50.94%
B = 34.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.79

RGB Variations

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

Color information

#0F3625 (or 0x0F3625) is known color: Cardin Green. HEX triplet: 0F, 36 and 25. RGB value is (15,54,37). Sum of RGB (Red+Green+Blue) = 15+54+37=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3625 is #F0C9DA. Grayscale: #282828. Windows color (decimal): -15780315 or 2438671. OLE color: 2438671.

HSL color Cylindrical-coordinate representation of color #0F3625: hue angle of 153.85º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F3625 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB 15 54 37 -
CMYK 0.72 0 0.31 0.79
HSL 153.85º 0.57% 0.14% -
HSV(B) 153.85º 0.72% 0.21% -
XYZ 1.85 2.87 2.21 -
YUV 40.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 15 54 37 0.72 0 0.31 0.79 153.85 0.57 0.14
Hex F 36 25 48 0 1F 4F 9A 39 E
Octal 17 66 45 110 0 37 117 232 71 16
Binary 1111 110110 100101 1001000 0 11111 1001111 10011010 111001 1110

Color Harmonies of #0F3625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3625

Black with #0F3625

Text Example


Text Example

White with #0F3625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,54,37); }

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

background-color css

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

 a { background-color: rgb(15,54,37); }

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

border-color css

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

 span { border-color: rgb(15,54,37); }

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