Html Css Color HEX #0F3928 Cardin Green

📋 copy color: '#0F3928'

red 15 ◦ green 57 ◦ blue 40

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

Shades of Cardin Green #0F3928

Tints of Cardin Green #0F3928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50.89%

 BLUE value IS 40 (16.02% from 255) = 35.71%

R = 13.39%
G = 50.89%
B = 35.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#0F3928 (or 0x0F3928) is known color: Cardin Green. HEX triplet: 0F, 39 and 28. RGB value is (15,57,40). Sum of RGB (Red+Green+Blue) = 15+57+40=112 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.39% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #0F3928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3928 is #F0C6D7. Grayscale: #2A2A2A. Windows color (decimal): -15779544 or 2636047. OLE color: 2636047.

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

Color convert

RGB 15 57 40 -
CMYK 0.74 0 0.30 0.78
HSL 155.71º 0.58% 0.14% -
HSV(B) 155.71º 0.74% 0.22% -
XYZ 2.04 3.18 2.51 -
YUV 42.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 15 57 40 0.74 0 0.30 0.78 155.71 0.58 0.14
Hex F 39 28 4A 0 1E 4E 9C 3A E
Octal 17 71 50 112 0 36 116 234 72 16
Binary 1111 111001 101000 1001010 0 11110 1001110 10011100 111010 1110

Color Harmonies of #0F3928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3928

Black with #0F3928

Text Example


Text Example

White with #0F3928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,57,40); }

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

background-color css

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

 a { background-color: rgb(15,57,40); }

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

border-color css

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

 span { border-color: rgb(15,57,40); }

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