Html Css Color HEX #0F602B Crusoe

📋 copy color: '#0F602B'

red 15 ◦ green 96 ◦ blue 43

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

Shades of Crusoe #0F602B

Tints of Crusoe #0F602B

RGB

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

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

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

R = 9.74%
G = 62.34%
B = 27.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#0F602B (or 0x0F602B) is known color: Crusoe. HEX triplet: 0F, 60 and 2B. RGB value is (15,96,43). Sum of RGB (Red+Green+Blue) = 15+96+43=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #0F602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F602B is #F09FD4. Grayscale: #414141. Windows color (decimal): -15769557 or 2842639. OLE color: 2842639.

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

Color convert

RGB 15 96 43 -
CMYK 0.84 0 0.55 0.62
HSL 140.74º 0.73% 0.22% -
HSV(B) 140.74º 0.84% 0.38% -
XYZ 4.82 8.64 3.7 -
YUV 65.74 115.16 91.81 -
System Red Green Blue C M Y K H S L
Decimal 15 96 43 0.84 0 0.55 0.62 140.74 0.73 0.22
Hex F 60 2B 54 0 37 3E 8D 49 16
Octal 17 140 53 124 0 67 76 215 111 26
Binary 1111 1100000 101011 1010100 0 110111 111110 10001101 1001001 10110

Color Harmonies of #0F602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F602B

Black with #0F602B

Text Example


Text Example

White with #0F602B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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