Html Css Color HEX #125C2F Crusoe

📋 copy color: '#125C2F'

red 18 ◦ green 92 ◦ blue 47

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

Shades of Crusoe #125C2F

Tints of Crusoe #125C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 58.6%

 BLUE value IS 47 (18.75% from 255) = 29.94%

R = 11.46%
G = 58.6%
B = 29.94%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#125C2F (or 0x125C2F) is known color: Crusoe. HEX triplet: 12, 5C and 2F. RGB value is (18,92,47). Sum of RGB (Red+Green+Blue) = 18+92+47=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 92 (36.33% from 255 or 58.60% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 92 - color contains mainly: green. Hex color #125C2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C2F is #EDA3D0. Grayscale: #404040. Windows color (decimal): -15573969 or 3103762. OLE color: 3103762.

HSL color Cylindrical-coordinate representation of color #125C2F: hue angle of 143.51º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C2F is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 92 47 -
CMYK 0.80 0 0.49 0.64
HSL 143.51º 0.67% 0.22% -
HSV(B) 143.51º 0.8% 0.36% -
XYZ 4.59 7.99 3.99 -
YUV 64.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 18 92 47 0.80 0 0.49 0.64 143.51 0.67 0.22
Hex 12 5C 2F 50 0 31 40 90 43 16
Octal 22 134 57 120 0 61 100 220 103 26
Binary 10010 1011100 101111 1010000 0 110001 1000000 10010000 1000011 10110

Color Harmonies of #125C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C2F

Black with #125C2F

Text Example


Text Example

White with #125C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,92,47); }

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

background-color css

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

 a { background-color: rgb(18,92,47); }

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

border-color css

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

 span { border-color: rgb(18,92,47); }

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