Html Css Color HEX #0F632A Crusoe

📋 copy color: '#0F632A'

red 15 ◦ green 99 ◦ blue 42

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

Shades of Crusoe #0F632A

Tints of Crusoe #0F632A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.92%

R = 9.62%
G = 63.46%
B = 26.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.58

 K value IS 0.61

RGB Variations

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

Color information

#0F632A (or 0x0F632A) is known color: Crusoe. HEX triplet: 0F, 63 and 2A. RGB value is (15,99,42). Sum of RGB (Red+Green+Blue) = 15+99+42=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #0F632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F632A is #F09CD5. Grayscale: #434343. Windows color (decimal): -15768790 or 2777871. OLE color: 2777871.

HSL color Cylindrical-coordinate representation of color #0F632A: hue angle of 139.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 #0F632A is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 99 42 -
CMYK 0.85 0 0.58 0.61
HSL 139.29º 0.74% 0.22% -
HSV(B) 139.29º 0.85% 0.39% -
XYZ 5.08 9.19 3.7 -
YUV 67.39 113.67 90.63 -
System Red Green Blue C M Y K H S L
Decimal 15 99 42 0.85 0 0.58 0.61 139.29 0.74 0.22
Hex F 63 2A 55 0 3A 3D 8B 4A 16
Octal 17 143 52 125 0 72 75 213 112 26
Binary 1111 1100011 101010 1010101 0 111010 111101 10001011 1001010 10110

Color Harmonies of #0F632A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F632A

Black with #0F632A

Text Example


Text Example

White with #0F632A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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