Html Css Color HEX #0F622A Crusoe

📋 copy color: '#0F622A'

red 15 ◦ green 98 ◦ blue 42

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

Shades of Crusoe #0F622A

Tints of Crusoe #0F622A

RGB

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

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

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

R = 9.68%
G = 63.23%
B = 27.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#0F622A (or 0x0F622A) is known color: Crusoe. HEX triplet: 0F, 62 and 2A. RGB value is (15,98,42). Sum of RGB (Red+Green+Blue) = 15+98+42=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #0F622A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F622A is #F09DD5. Grayscale: #424242. Windows color (decimal): -15769046 or 2777615. OLE color: 2777615.

HSL color Cylindrical-coordinate representation of color #0F622A: hue angle of 139.52º 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 #0F622A is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 15 98 42 -
CMYK 0.85 0 0.57 0.62
HSL 139.52º 0.73% 0.22% -
HSV(B) 139.52º 0.85% 0.38% -
XYZ 4.98 9 3.67 -
YUV 66.8 114 91.05 -
System Red Green Blue C M Y K H S L
Decimal 15 98 42 0.85 0 0.57 0.62 139.52 0.73 0.22
Hex F 62 2A 55 0 39 3E 8C 49 16
Octal 17 142 52 125 0 71 76 214 111 26
Binary 1111 1100010 101010 1010101 0 111001 111110 10001100 1001001 10110

Color Harmonies of #0F622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F622A

Black with #0F622A

Text Example


Text Example

White with #0F622A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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