Html Css Color HEX #0F3825 Cardin Green

📋 copy color: '#0F3825'

red 15 ◦ green 56 ◦ blue 37

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

Shades of Cardin Green #0F3825

Tints of Cardin Green #0F3825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 51.85%

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

R = 13.89%
G = 51.85%
B = 34.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#0F3825 (or 0x0F3825) is known color: Cardin Green. HEX triplet: 0F, 38 and 25. RGB value is (15,56,37). Sum of RGB (Red+Green+Blue) = 15+56+37=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #0F3825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3825 is #F0C7DA. Grayscale: #292929. Windows color (decimal): -15779803 or 2439183. OLE color: 2439183.

HSL color Cylindrical-coordinate representation of color #0F3825: hue angle of 152.2º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F3825 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 56 37 -
CMYK 0.73 0 0.34 0.78
HSL 152.2º 0.58% 0.14% -
HSV(B) 152.2º 0.73% 0.22% -
XYZ 1.95 3.06 2.24 -
YUV 41.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 15 56 37 0.73 0 0.34 0.78 152.2 0.58 0.14
Hex F 38 25 49 0 22 4E 98 3A E
Octal 17 70 45 111 0 42 116 230 72 16
Binary 1111 111000 100101 1001001 0 100010 1001110 10011000 111010 1110

Color Harmonies of #0F3825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3825

Black with #0F3825

Text Example


Text Example

White with #0F3825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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