Html Css Color HEX #0F3722 Cardin Green

📋 copy color: '#0F3722'

red 15 ◦ green 55 ◦ blue 34

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

Shades of Cardin Green #0F3722

Tints of Cardin Green #0F3722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 52.88%

 BLUE value IS 34 (13.67% from 255) = 32.69%

R = 14.42%
G = 52.88%
B = 32.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.78

RGB Variations

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

Color information

#0F3722 (or 0x0F3722) is known color: Cardin Green. HEX triplet: 0F, 37 and 22. RGB value is (15,55,34). Sum of RGB (Red+Green+Blue) = 15+55+34=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #0F3722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3722 is #F0C8DD. Grayscale: #282828. Windows color (decimal): -15780062 or 2242319. OLE color: 2242319.

HSL color Cylindrical-coordinate representation of color #0F3722: hue angle of 148.5º degrees, saturation: 0.57, 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 #0F3722 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB 15 55 34 -
CMYK 0.73 0 0.38 0.78
HSL 148.5º 0.57% 0.14% -
HSV(B) 148.5º 0.73% 0.22% -
XYZ 1.85 2.95 1.99 -
YUV 40.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 15 55 34 0.73 0 0.38 0.78 148.5 0.57 0.14
Hex F 37 22 49 0 26 4E 94 39 E
Octal 17 67 42 111 0 46 116 224 71 16
Binary 1111 110111 100010 1001001 0 100110 1001110 10010100 111001 1110

Color Harmonies of #0F3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3722

Black with #0F3722

Text Example


Text Example

White with #0F3722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,55,34); }

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

background-color css

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

 a { background-color: rgb(15,55,34); }

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

border-color css

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

 span { border-color: rgb(15,55,34); }

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