Html Css Color HEX #0F631C Crusoe

📋 copy color: '#0F631C'

red 15 ◦ green 99 ◦ blue 28

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

Shades of Crusoe #0F631C

Tints of Crusoe #0F631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 69.72%

 BLUE value IS 28 (11.33% from 255) = 19.72%

R = 10.56%
G = 69.72%
B = 19.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#0F631C (or 0x0F631C) is known color: Crusoe. HEX triplet: 0F, 63 and 1C. RGB value is (15,99,28). Sum of RGB (Red+Green+Blue) = 15+99+28=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #0F631C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F631C is #F09CE3. Grayscale: #414141. Windows color (decimal): -15768804 or 1860367. OLE color: 1860367.

HSL color Cylindrical-coordinate representation of color #0F631C: hue angle of 129.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F631C is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 99 28 -
CMYK 0.85 0 0.72 0.61
HSL 129.29º 0.74% 0.22% -
HSV(B) 129.29º 0.85% 0.39% -
XYZ 4.87 9.11 2.6 -
YUV 65.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 15 99 28 0.85 0 0.72 0.61 129.29 0.74 0.22
Hex F 63 1C 55 0 48 3D 81 4A 16
Octal 17 143 34 125 0 110 75 201 112 26
Binary 1111 1100011 11100 1010101 0 1001000 111101 10000001 1001010 10110

Color Harmonies of #0F631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F631C

Black with #0F631C

Text Example


Text Example

White with #0F631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,99,28); }

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

background-color css

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

 a { background-color: rgb(15,99,28); }

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

border-color css

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

 span { border-color: rgb(15,99,28); }

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