Html Css Color HEX #0F5A2B Crusoe

📋 copy color: '#0F5A2B'

red 15 ◦ green 90 ◦ blue 43

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

Shades of Crusoe #0F5A2B

Tints of Crusoe #0F5A2B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 60.81%

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

R = 10.14%
G = 60.81%
B = 29.05%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#0F5A2B (or 0x0F5A2B) is known color: Crusoe. HEX triplet: 0F, 5A and 2B. RGB value is (15,90,43). Sum of RGB (Red+Green+Blue) = 15+90+43=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5A2B is #F0A5D4. Grayscale: #3E3E3E. Windows color (decimal): -15771093 or 2841103. OLE color: 2841103.

HSL color Cylindrical-coordinate representation of color #0F5A2B: hue angle of 142.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5A2B is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 90 43 -
CMYK 0.83 0 0.52 0.65
HSL 142.4º 0.71% 0.21% -
HSV(B) 142.4º 0.83% 0.35% -
XYZ 4.29 7.59 3.52 -
YUV 62.22 117.15 94.32 -
System Red Green Blue C M Y K H S L
Decimal 15 90 43 0.83 0 0.52 0.65 142.4 0.71 0.21
Hex F 5A 2B 53 0 34 41 8E 47 15
Octal 17 132 53 123 0 64 101 216 107 25
Binary 1111 1011010 101011 1010011 0 110100 1000001 10001110 1000111 10101

Color Harmonies of #0F5A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5A2B

Black with #0F5A2B

Text Example


Text Example

White with #0F5A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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