Html Css Color HEX #00621F Crusoe

📋 copy color: '#00621F'

red 0 ◦ green 98 ◦ blue 31

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

Shades of Crusoe #00621F

Tints of Crusoe #00621F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 98 (38.67% from 255) = 75.97%

 BLUE value IS 31 (12.5% from 255) = 24.03%

R = 0%
G = 75.97%
B = 24.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#00621F (or 0x00621F) is known color: Crusoe. HEX triplet: 00, 62 and 1F. RGB value is (0,98,31). Sum of RGB (Red+Green+Blue) = 0+98+31=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 98 (38.67% from 255 or 75.97% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 98 - color contains mainly: green. Hex color #00621F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00621F is #FF9DE0. Grayscale: #3D3D3D. Windows color (decimal): -16752097 or 2056704. OLE color: 2056704.

HSL color Cylindrical-coordinate representation of color #00621F: hue angle of 138.98º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00621F is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 31 -
CMYK 1 0 0.68 0.62
HSL 138.98º 1% 0.19% -
HSV(B) 138.98º 1% 0.38% -
XYZ 4.62 8.83 2.76 -
YUV 61.06 111.03 84.45 -
System Red Green Blue C M Y K H S L
Decimal 0 98 31 1 0 0.68 0.62 138.98 1 0.19
Hex 0 62 1F 64 0 44 3E 8B 64 13
Octal 0 142 37 144 0 104 76 213 144 23
Binary 0 1100010 11111 1100100 0 1000100 111110 10001011 1100100 10011

Color Harmonies of #00621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00621F

Black with #00621F

Text Example


Text Example

White with #00621F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00621F; }

 p { color: rgb(0,98,31); }

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

background-color css

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

 a { background-color: rgb(0,98,31); }

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

border-color css

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

 span { border-color: rgb(0,98,31); }

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