Html Css Color HEX #0F621E Crusoe

📋 copy color: '#0F621E'

red 15 ◦ green 98 ◦ blue 30

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

Shades of Crusoe #0F621E

Tints of Crusoe #0F621E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.98%

R = 10.49%
G = 68.53%
B = 20.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#0F621E (or 0x0F621E) is known color: Crusoe. HEX triplet: 0F, 62 and 1E. RGB value is (15,98,30). Sum of RGB (Red+Green+Blue) = 15+98+30=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 98 (38.67% from 255 or 68.53% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 98 - color contains mainly: green. Hex color #0F621E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F621E is #F09DE1. Grayscale: #414141. Windows color (decimal): -15769058 or 1991183. OLE color: 1991183.

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

Color convert

RGB 15 98 30 -
CMYK 0.85 0 0.69 0.62
HSL 130.84º 0.73% 0.22% -
HSV(B) 130.84º 0.85% 0.38% -
XYZ 4.8 8.93 2.7 -
YUV 65.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 15 98 30 0.85 0 0.69 0.62 130.84 0.73 0.22
Hex F 62 1E 55 0 45 3E 83 49 16
Octal 17 142 36 125 0 105 76 203 111 26
Binary 1111 1100010 11110 1010101 0 1000101 111110 10000011 1001001 10110

Color Harmonies of #0F621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F621E

Black with #0F621E

Text Example


Text Example

White with #0F621E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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