Html Css Color HEX #0F602E Crusoe

📋 copy color: '#0F602E'

red 15 ◦ green 96 ◦ blue 46

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

Shades of Crusoe #0F602E

Tints of Crusoe #0F602E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.3%

R = 9.55%
G = 61.15%
B = 29.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#0F602E (or 0x0F602E) is known color: Crusoe. HEX triplet: 0F, 60 and 2E. RGB value is (15,96,46). Sum of RGB (Red+Green+Blue) = 15+96+46=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #0F602E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F602E is #F09FD1. Grayscale: #424242. Windows color (decimal): -15769554 or 3039247. OLE color: 3039247.

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

Color convert

RGB 15 96 46 -
CMYK 0.84 0 0.52 0.62
HSL 142.96º 0.73% 0.22% -
HSV(B) 142.96º 0.84% 0.38% -
XYZ 4.87 8.66 4 -
YUV 66.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 15 96 46 0.84 0 0.52 0.62 142.96 0.73 0.22
Hex F 60 2E 54 0 34 3E 8F 49 16
Octal 17 140 56 124 0 64 76 217 111 26
Binary 1111 1100000 101110 1010100 0 110100 111110 10001111 1001001 10110

Color Harmonies of #0F602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F602E

Black with #0F602E

Text Example


Text Example

White with #0F602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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