Html Css Color HEX #25947B Elf Green

📋 copy color: '#25947B'

red 37 ◦ green 148 ◦ blue 123

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

Shades of Elf Green #25947B

Tints of Elf Green #25947B

RGB

 RED value IS 37 (14.84% from 255) = 12.01%

 GREEN value IS 148 (58.2% from 255) = 48.05%

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 12.01%
G = 48.05%
B = 39.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#25947B (or 0x25947B) is known color: Elf Green. HEX triplet: 25, 94 and 7B. RGB value is (37,148,123). Sum of RGB (Red+Green+Blue) = 37+148+123=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #25947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25947B is #DA6B84. Grayscale: #6F6F6F. Windows color (decimal): -14314373 or 8098853. OLE color: 8098853.

HSL color Cylindrical-coordinate representation of color #25947B: hue angle of 166.49º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25947B is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 148 123 -
CMYK 0.75 0 0.17 0.42
HSL 166.49º 0.6% 0.36% -
HSV(B) 166.49º 0.75% 0.58% -
XYZ 14.93 23 22.39 -
YUV 111.96 134.23 74.53 -
System Red Green Blue C M Y K H S L
Decimal 37 148 123 0.75 0 0.17 0.42 166.49 0.6 0.36
Hex 25 94 7B 4B 0 11 2A A6 3C 24
Octal 45 224 173 113 0 21 52 246 74 44
Binary 100101 10010100 1111011 1001011 0 10001 101010 10100110 111100 100100

Color Harmonies of #25947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25947B

Black with #25947B

Text Example


Text Example

White with #25947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25947B; }

 p { color: rgb(37,148,123); }

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

background-color css

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

 a { background-color: rgb(37,148,123); }

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

border-color css

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

 span { border-color: rgb(37,148,123); }

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