#125F30

Color #125F30 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #125F30

Tints of Crusoe #125F30

Color information

#125F30 (or 0x125F30) is unknown color: approx Crusoe. HEX triplet: 12, 5F and 30. RGB value is (18,95,48). Sum of RGB (Red+Green+Blue) = 18+95+48=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 95 (37.5% from 255 or 59.01% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 95 - color contains mainly: green. Hex color #125F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125F30 is #EDA0CF. Grayscale: #424242. Windows color (decimal): -15573200 or 3170066. OLE color: 3170066.

HSL color Cylindrical-coordinate representation of color #125F30: hue angle of 143.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125F30 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB189548-
CMYK0.8100.490.63
HSL143.38º68.14%22.16%-
HSV(B)143.38º81.05%37.25%-
XYZ4.888.534.19-
YUV66.62117.4993.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 95 (37.5% from 255) = 59.01%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=11.18%
G=59.01%
B=29.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1895480.8100.490.63143.3868.1422.16
Hex125F30510313F8f4416
Octal22137601210617721710426
Binary1001010111111100001010001011000111111110001111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125F30; }

 p { color: rgb(18,95,48); }

 H1.HeaderClassName
 {
   color: #125F30;
 }
 .AnyTagClassName
 {
   color: #125F30;
 }
</style>
background-color css

<style>
 a { background-color: #125F30; }

 a { background-color: rgb(18,95,48); }

 div.DivClassName
 {
   background-color: #125F30;
 }
 .BgClassName
 {
   background-color: #125F30;
 }
</style>
border-color css

<style>
 span { border-color: #125F30; }

 span { border-color: rgb(18,95,48); }

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