Html Css Color HEX #0F6C2B Crusoe

📋 copy color: '#0F6C2B'

red 15 ◦ green 108 ◦ blue 43

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

Shades of Crusoe #0F6C2B

Tints of Crusoe #0F6C2B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 65.06%

 BLUE value IS 43 (17.19% from 255) = 25.9%

R = 9.04%
G = 65.06%
B = 25.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#0F6C2B (or 0x0F6C2B) is known color: Crusoe. HEX triplet: 0F, 6C and 2B. RGB value is (15,108,43). Sum of RGB (Red+Green+Blue) = 15+108+43=166 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.04% from 166); Green value is 108 (42.58% from 255 or 65.06% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C2B is #F093D4. Grayscale: #484848. Windows color (decimal): -15766485 or 2845711. OLE color: 2845711.

HSL color Cylindrical-coordinate representation of color #0F6C2B: hue angle of 138.06º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6C2B is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 108 43 -
CMYK 0.86 0 0.60 0.58
HSL 138.06º 0.76% 0.24% -
HSV(B) 138.06º 0.86% 0.42% -
XYZ 6 11 4.09 -
YUV 72.78 111.19 86.79 -
System Red Green Blue C M Y K H S L
Decimal 15 108 43 0.86 0 0.60 0.58 138.06 0.76 0.24
Hex F 6C 2B 56 0 3C 3A 8A 4C 18
Octal 17 154 53 126 0 74 72 212 114 30
Binary 1111 1101100 101011 1010110 0 111100 111010 10001010 1001100 11000

Color Harmonies of #0F6C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C2B

Black with #0F6C2B

Text Example


Text Example

White with #0F6C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,43); }

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

background-color css

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

 a { background-color: rgb(15,108,43); }

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

border-color css

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

 span { border-color: rgb(15,108,43); }

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