Html Css Color HEX #125930 Crusoe

📋 copy color: '#125930'

red 18 ◦ green 89 ◦ blue 48

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

Shades of Crusoe #125930

Tints of Crusoe #125930

RGB

 RED value IS 18 (7.42% from 255) = 11.61%

 GREEN value IS 89 (35.16% from 255) = 57.42%

 BLUE value IS 48 (19.14% from 255) = 30.97%

R = 11.61%
G = 57.42%
B = 30.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#125930 (or 0x125930) is known color: Crusoe. HEX triplet: 12, 59 and 30. RGB value is (18,89,48). Sum of RGB (Red+Green+Blue) = 18+89+48=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #125930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125930 is #EDA6CF. Grayscale: #3F3F3F. Windows color (decimal): -15574736 or 3168530. OLE color: 3168530.

HSL color Cylindrical-coordinate representation of color #125930: hue angle of 145.35º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125930 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 89 48 -
CMYK 0.80 0 0.46 0.65
HSL 145.35º 0.66% 0.21% -
HSV(B) 145.35º 0.8% 0.35% -
XYZ 4.36 7.49 4.01 -
YUV 63.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 18 89 48 0.80 0 0.46 0.65 145.35 0.66 0.21
Hex 12 59 30 50 0 2E 41 91 42 15
Octal 22 131 60 120 0 56 101 221 102 25
Binary 10010 1011001 110000 1010000 0 101110 1000001 10010001 1000010 10101

Color Harmonies of #125930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125930

Black with #125930

Text Example


Text Example

White with #125930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125930; }

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

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

background-color css

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

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

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

border-color css

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

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

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