Html Css Color HEX #0F621D Crusoe

📋 copy color: '#0F621D'

red 15 ◦ green 98 ◦ blue 29

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

Shades of Crusoe #0F621D

Tints of Crusoe #0F621D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 69.01%

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

R = 10.56%
G = 69.01%
B = 20.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#0F621D (or 0x0F621D) is known color: Crusoe. HEX triplet: 0F, 62 and 1D. RGB value is (15,98,29). Sum of RGB (Red+Green+Blue) = 15+98+29=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 98 (38.67% from 255 or 69.01% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 98 - color contains mainly: green. Hex color #0F621D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F621D is #F09DE2. Grayscale: #414141. Windows color (decimal): -15769059 or 1925647. OLE color: 1925647.

HSL color Cylindrical-coordinate representation of color #0F621D: hue angle of 130.12º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F621D is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 98 29 -
CMYK 0.85 0 0.70 0.62
HSL 130.12º 0.73% 0.22% -
HSV(B) 130.12º 0.85% 0.38% -
XYZ 4.79 8.93 2.63 -
YUV 65.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 15 98 29 0.85 0 0.70 0.62 130.12 0.73 0.22
Hex F 62 1D 55 0 46 3E 82 49 16
Octal 17 142 35 125 0 106 76 202 111 26
Binary 1111 1100010 11101 1010101 0 1000110 111110 10000010 1001001 10110

Color Harmonies of #0F621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F621D

Black with #0F621D

Text Example


Text Example

White with #0F621D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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