Html Css Color HEX #0F601B Crusoe

📋 copy color: '#0F601B'

red 15 ◦ green 96 ◦ blue 27

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

Shades of Crusoe #0F601B

Tints of Crusoe #0F601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 69.57%

 BLUE value IS 27 (10.94% from 255) = 19.57%

R = 10.87%
G = 69.57%
B = 19.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#0F601B (or 0x0F601B) is known color: Crusoe. HEX triplet: 0F, 60 and 1B. RGB value is (15,96,27). Sum of RGB (Red+Green+Blue) = 15+96+27=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #0F601B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F601B is #F09FE4. Grayscale: #404040. Windows color (decimal): -15769573 or 1794063. OLE color: 1794063.

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

Color convert

RGB 15 96 27 -
CMYK 0.84 0 0.72 0.62
HSL 128.89º 0.73% 0.22% -
HSV(B) 128.89º 0.84% 0.38% -
XYZ 4.58 8.55 2.45 -
YUV 63.92 107.16 93.11 -
System Red Green Blue C M Y K H S L
Decimal 15 96 27 0.84 0 0.72 0.62 128.89 0.73 0.22
Hex F 60 1B 54 0 48 3E 81 49 16
Octal 17 140 33 124 0 110 76 201 111 26
Binary 1111 1100000 11011 1010100 0 1001000 111110 10000001 1001001 10110

Color Harmonies of #0F601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F601B

Black with #0F601B

Text Example


Text Example

White with #0F601B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,96,27); }

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

background-color css

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

 a { background-color: rgb(15,96,27); }

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

border-color css

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

 span { border-color: rgb(15,96,27); }

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